Fix drawer export to LaTeX
This commit is contained in:
parent
9b31c1f7b3
commit
8f0ec1a03d
|
@ -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>
|
2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
* org.el (org-speed-commands-user): Allow documentation headlines.
|
* org.el (org-speed-commands-user): Allow documentation headlines.
|
||||||
|
|
|
@ -620,6 +620,7 @@ when PUB-DIR is set, use this as the publishing directory."
|
||||||
:tags (plist-get opt-plist :tags)
|
:tags (plist-get opt-plist :tags)
|
||||||
:priority (plist-get opt-plist :priority)
|
:priority (plist-get opt-plist :priority)
|
||||||
:footnotes (plist-get opt-plist :footnotes)
|
:footnotes (plist-get opt-plist :footnotes)
|
||||||
|
:drawers (plist-get opt-plist :drawers)
|
||||||
:timestamps (plist-get opt-plist :timestamps)
|
:timestamps (plist-get opt-plist :timestamps)
|
||||||
:todo-keywords (plist-get opt-plist :todo-keywords)
|
:todo-keywords (plist-get opt-plist :todo-keywords)
|
||||||
:add-text (if (eq to-buffer 'string) nil text)
|
:add-text (if (eq to-buffer 'string) nil text)
|
||||||
|
|
Loading…
Reference in New Issue