emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [new exporter] workaround/replacement for org-export-as-html-batch


From: Detlef Steuer
Subject: [O] [new exporter] workaround/replacement for org-export-as-html-batch
Date: Tue, 12 Feb 2013 12:36:40 +0100

Dear all,

I rely on

emacs --batch \
      --eval "(add-to-list 'load-path \"${HOME}/GIT/org-mode/lisp/\")"\
      --load ${HOME}/GIT/org-mode/lisp/org.el \
      --visit file.org \
      --funcall org-export-as-html-batch

somewhere in my HTML generating workflow.

I see org-export-as-html-batch in the FIXME section in the source.

Is there any easy workaround for the moment? Or a guess when it will leave that 
section?

Naively loading the old stuff by adding a
      ---eval "(add-to-list 'load-path 
\"${HOME}/GIT/org-mode/contrib/oldexp/\")"\
line to the call above did not work either.
I then get: 
---
Exporting...
Symbol's value as variable is void: org-export-with-sub-superscripts
---

What worked was de-automating that step and export manually, so it's not an 
emergency.

Obviously my google-fu wasn't up to the task, too.

All that with orgmode from today.

Thanks for any help
Detlef




reply via email to

[Prev in Thread] Current Thread [Next in Thread]