From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Basic beamer export Date: Sun, 17 Mar 2013 13:08:33 +0000 Message-ID: <87ehfe18dq.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHDOh-0002Cr-CL for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 09:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHDKN-0003WM-GK for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 09:13:11 -0400 Received: from mail-db8lp0185.outbound.messaging.microsoft.com ([213.199.154.185]:52385 helo=db8outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHDKN-0003WE-7T for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 09:08:43 -0400 In-Reply-To: (JBash's message of "Tue, 12 Mar 2013 02:57:14 -0400") 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: JBash Cc: emacs-orgmode Mode JBash writes: > Hello, > > I am apparently missing something very basic in the setup for beamer > export. I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as > a guide and have: > > ;; Export to Beamer Presentation > (require 'ox-latex) > (add-to-list 'org-latex-classes > '("beamer" > "\\documentclass\[presentation\]\{beamer\}" > ("\\section\{%s\}" . "\\section*\{%s\}") > ("\\subsection\{%s\}" . "\\subsection*\{%s\}") > ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}"))) When I add my beamer entry (see below), I do not escape the curly braces: #+begin_src emacs-lisp (add-to-list 'org-latex-classes '("beamer" "\\documentclass{beamer} \[DEFAULT-PACKAGES] \[PACKAGES] \[EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) #+end_src I have no idea whether that makes a difference or not but have you looked to see what org-latex-classes is actually set to after your customisation? -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_8.0-pre-107-g91a6ca