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