Explorar o código

Fix drawer export to LaTeX

Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
8f0ec1a03d
Modificáronse 2 ficheiros con 5 adicións e 0 borrados
  1. 4 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-latex.el

+ 4 - 0
lisp/ChangeLog

@@ -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.

+ 1 - 0
lisp/org-latex.el

@@ -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)