From a86fd717196ffc73ecb201b2757a96483a810078 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Mon, 17 Sep 2012 17:28:03 +0200 Subject: [PATCH] Fix org-e-beamer subtree export options template Prepend "EXPORT_" to LaTeX_CLASS* properties in the beamer subtree export options template. --- contrib/lisp/org-e-beamer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-e-beamer.el b/contrib/lisp/org-e-beamer.el index 85a04821c..0c3c430c5 100644 --- a/contrib/lisp/org-e-beamer.el +++ b/contrib/lisp/org-e-beamer.el @@ -1050,8 +1050,8 @@ aid, but the tag does not have any semantic meaning." (progn (org-back-to-heading t) (org-reveal) - (org-entry-put nil "LaTeX_CLASS" "beamer") - (org-entry-put nil "LaTeX_CLASS_OPTIONS" "[presentation]") + (org-entry-put nil "EXPORT_LaTeX_CLASS" "beamer") + (org-entry-put nil "EXPORT_LaTeX_CLASS_OPTIONS" "[presentation]") (org-entry-put nil "EXPORT_FILE_NAME" "presentation.pdf") (when org-e-beamer-column-view-format (org-entry-put nil "COLUMNS" org-e-beamer-column-view-format)) -- 2.11.4.GIT