Browse Source

Fix org-e-beamer subtree export options template

Prepend "EXPORT_" to LaTeX_CLASS* properties in the beamer subtree
export options template.
Suvayu Ali 12 years ago
parent
commit
a86fd71719
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/lisp/org-e-beamer.el

+ 2 - 2
contrib/lisp/org-e-beamer.el

@@ -1050,8 +1050,8 @@ aid, but the tag does not have any semantic meaning."
       (progn
       (progn
 	(org-back-to-heading t)
 	(org-back-to-heading t)
 	(org-reveal)
 	(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")
 	(org-entry-put nil "EXPORT_FILE_NAME" "presentation.pdf")
 	(when org-e-beamer-column-view-format
 	(when org-e-beamer-column-view-format
 	  (org-entry-put nil "COLUMNS" org-e-beamer-column-view-format))
 	  (org-entry-put nil "COLUMNS" org-e-beamer-column-view-format))