org-odt.el: Fix Emacs Bug#13254

* lisp/org-odt.el (org-export-as-odt-batch): Init
`org-odt-zip-dir'.  Fix Emacs Bug#13254.
This commit is contained in:
Jambunathan K 2012-12-23 12:30:01 +05:30 committed by Bastien Guerry
parent b495c92239
commit 7ab4464ea4

View file

@ -474,7 +474,7 @@ emacs --batch
--load=$HOME/lib/emacs/org.el
--eval \"(setq org-export-headline-levels 2)\"
--visit=MyFile --funcall org-export-as-odt-batch"
(org-lparse-batch "odt"))
(org-odt-cleanup-xml-buffers (org-lparse-batch "odt")))
;;; org-export-as-odt
;;;###autoload