From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: org-e-beamer missing from org-export-dispatch ui Date: Tue, 9 Oct 2012 14:39:29 +0200 Message-ID: <20121009123929.GB21761@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLZ64-0003cG-4T for emacs-orgmode@gnu.org; Tue, 09 Oct 2012 08:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLZ5y-00035K-1F for emacs-orgmode@gnu.org; Tue, 09 Oct 2012 08:39:39 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:44177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLZ5x-00033F-R1 for emacs-orgmode@gnu.org; Tue, 09 Oct 2012 08:39:33 -0400 Received: by mail-ee0-f41.google.com with SMTP id c4so4072264eek.0 for ; Tue, 09 Oct 2012 05:39:33 -0700 (PDT) Content-Disposition: inline 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode 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.