emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-e-beamer missing from org-export-dispatch ui


From: Suvayu Ali
Subject: [O] org-e-beamer missing from org-export-dispatch ui
Date: Tue, 9 Oct 2012 14:39:29 +0200
User-agent: Mutt/1.5.21 (2011-07-01)

Hi Nicolas and others,

The option for beamer export seems to have gone missing from the
org-export-dispatch ui.  This is how I setup org-e-beamer export in a
minimal emacs instance.

  ;; load org-export and its backends
  (load-library "org-export")
  (load-library "org-e-latex")
  (load-library "org-e-beamer")
  
  (setq 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\}")))

Hope this helps.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]