From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: New exporter and Beamer Date: Thu, 11 Oct 2012 14:37:55 +0200 Message-ID: <80y5jdmbfg.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Nicolas, Wouldn't you make the following a default in the new exporter? #+begin_src emacs-lisp (add-to-list 'org-e-latex-classes '("beamer" "\\documentclass[presentation]{beamer} \[DEFAULT-PACKAGES] \[PACKAGES] \[EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))) #+end_src That'd make Beamer another first-class citizen among the possible export targets. Best regards, Seb -- Sebastien Vauban