From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glyn Millington Subject: Re: Basic beamer export Date: Tue, 12 Mar 2013 09:34:45 +0000 Message-ID: <87620xm05m.fsf@nowhere.org> References: Reply-To: glyn.millington@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFLdP-0003YW-Sk for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 05:36:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFLdL-0004Qr-67 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 05:36:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:55378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFLdK-0004Qk-VF for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 05:36:35 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFLdf-0002Kz-Dr for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 10:36:55 +0100 Received: from cust25-dsl91-135-3.idnet.net ([91.135.3.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 10:36:55 +0100 Received: from glyn.millington by cust25-dsl91-135-3.idnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 10:36:55 +0100 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-orgmode@gnu.org 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\}"))) > > in my .emacs file. As you can see from the attached files, I'm getting > nested items rather than frames in the exported .tex file for the 3rd > level headlines, as I'd expect. I am using Org-mode version 8.0-pre > (release_8.0-pre-33-g5c25ed and emacs 24.2.1. > > I've attached the .org file and the .tex file that is generated. I'd > appreciate if someone could point out what I'm missing. Does adding (require 'ox-beamer) in .emacs help? atb Glyn