Hi, I'm getting export failures due to the org-version variable no longer being defined. See the following minimal debug output [1]. If I manually give the org-version variable a value, e.g.,
(setq org-version "special") then export works as expected. This can be re-created using the latest git HEAD with $ emacs -Q (add-to-list 'load-path "path/to/org/lisp") (load "path/to/org/lisp/org.el") (org-reload) ;; open an Org-mode buffer ;; Export with C-c C-e h Best, Footnotes: [1] Debugger entered--Lisp error: (void-variable org-version) org-export-as-html(nil hidden) org-export-as-html-and-open(nil) call-interactively(org-export-as-html-and-open) org-export(nil) call-interactively(org-export nil nil) -- Eric Schulte http://cs.unm.edu/~eschulte/