Fix drawer export to LaTeX

This commit is contained in:
Carsten Dominik 2009-11-15 07:54:34 +01:00
parent 9b31c1f7b3
commit 8f0ec1a03d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
* org-latex.el (org-export-as-latex): Add the :drawers property.
2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-speed-commands-user): Allow documentation headlines.

View File

@ -620,6 +620,7 @@ when PUB-DIR is set, use this as the publishing directory."
:tags (plist-get opt-plist :tags)
:priority (plist-get opt-plist :priority)
:footnotes (plist-get opt-plist :footnotes)
:drawers (plist-get opt-plist :drawers)
:timestamps (plist-get opt-plist :timestamps)
:todo-keywords (plist-get opt-plist :todo-keywords)
:add-text (if (eq to-buffer 'string) nil text)