From 8f0ec1a03d30a2f02ebb30632d24bff5ad4e9be4 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 15 Nov 2009 07:54:34 +0100 Subject: [PATCH] Fix drawer export to LaTeX --- lisp/ChangeLog | 4 ++++ lisp/org-latex.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe2223ff6..098daa11f 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-15 Carsten Dominik + + * org-latex.el (org-export-as-latex): Add the :drawers property. + 2009-11-14 Carsten Dominik * org.el (org-speed-commands-user): Allow documentation headlines. diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 89822b24f..6ad221aad 100644 --- a/lisp/org-latex.el +++ b/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) -- 2.11.4.GIT