Hi, Org-export-to-file with the odt backend gives an error when invoked directly (void-variable hfy-user-sheet-assoc). Tested on Org 9.7.28. To reproduce, save a minimal Org file and, from that buffer, evaluate
: (org-export-to-file 'odt "testfile.odt") I'm not sure if this is *expected* to work, but it seemed the quickest way to test a derived ODT backend (as I was trying to do when I ran into it). The same action worked fine for the html, latex, and ascii backends: : (org-export-to-file 'html "testfile.html") : (org-export-to-file 'ascii "testfile.txt") : (org-export-to-file 'latex "testfile.tex") Backtrace: Debugger entered--Lisp error: (void-variable hfy-user-sheet-assoc) org-odt-template(#("\n<text:p text:style-name=\"Text_2..." [...SNIP...] org-export-as(odt nil nil nil (:output-file "testfile.odt")) org-export-to-file(odt "testfile.odt") elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) command-execute(eval-last-sexp) Yours, Christian