0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 22:46:26 +00:00

Fix macro bug in docbook exporter

This commit is contained in:
Carsten Dominik 2009-05-20 16:23:55 +02:00
parent e0070404b8
commit 529ff7f2c0

View file

@ -419,9 +419,10 @@ publishing directory."
(+ (funcall outline-level)
(if org-odd-levels-only 1 0)))
0))
(opt-plist (if subtree-p
(org-export-add-subtree-options opt-plist rbeg)
opt-plist))
(opt-plist (setq org-export-opt-plist
(if subtree-p
(org-export-add-subtree-options opt-plist rbeg)
opt-plist)))
;; The following two are dynamically scoped into other
;; routines below.
(org-current-export-dir