[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] org-e-beamer export bug
From: |
Suvayu Ali |
Subject: |
[O] org-e-beamer export bug |
Date: |
Mon, 17 Sep 2012 15:18:47 +0200 |
User-agent: |
Mutt/1.5.21 (2011-07-01) |
Hi,
I think I found a bug in the beamer export of org-e-beamer. The ecm and
the produced TeX file is attached. During the export the documentclass
is incorrectly set to article.
This is how I load org-export:
(setq debug-on-error t
debug-on-signal nil
debug-on-quit nil)
(add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp"))
;; activate org
(require 'org-install)
(load-library "org-export")
(load-library "org-e-latex")
(load-library "org-e-beamer")
(load-library "org-e-html")
(setq org-export-dispatch-use-expert-ui t ; non-intrusive export dispatch
org-e-latex-pdf-process ; for experimental org-export
'("xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"))
;; beamer export with the new exporter
(add-to-list 'org-e-latex-classes
'("beamer"
"\\documentclass\[presentation\]\{beamer\}"
("\\section\{%s\}" . "\\section*\{%s\}")
("\\subsection\{%s\}" . "\\subsection*\{%s\}")
("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}")))
--
Suvayu
Open source is the future. It sets us free.
e-beamer-ecm.org
Description: Text document
analysis_review.tex
Description: Text document
- [O] org-e-beamer export bug,
Suvayu Ali <=