Hello Christian Thanks for your first bug report. I have the habit of not using byte-compilation.
The reason for the crash you have reported is that `with-org-html-preserve-paragraph-state' is a macro and some of the references to it preceded the definition. As a result the byte compiler was mistaken in to thinking that this was a function. Jambnathan K. > With a minimal Emacs as per the old instructions, and with one minor > change to your test file (`LaTeX:verbatim' -- I don't have dvipng > installed), I get this: > > > Debugger entered--Lisp error: (invalid-function > with-org-html-preserve-paragraph-state) > with-org-html-preserve-paragraph-state(nil) > byte-code("[...THIS LINE DIDN'T COPY-PASTE WELL... CHRISTIAN] > org-do-export(nil nil nil nil nil nil) > (let* ((org-parse-get-callback ...) > (org-export-html-special-string-regexps > org-export-odt-special-string-regexps)) (org-do-export arg hidden > ext-plist to-buffer body-only pub-dir)) > org-export-as-odt(nil) > call-interactively(org-export-as-odt) > org-export(nil) > call-interactively(org-export nil nil)