From mboxrd@z Thu Jan 1 00:00:00 1970 From: JBash Subject: Re: Basic beamer export Date: Tue, 12 Mar 2013 06:21:42 -0400 Message-ID: References: <87620xm05m.fsf@nowhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c22574df098c04d7b7a795 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFML7-0005nz-WE for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 06:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFML1-0001W6-5T for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 06:21:49 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:63937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFML0-0001Vv-VY for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 06:21:43 -0400 Received: by mail-wg0-f49.google.com with SMTP id 15so5771805wgd.4 for ; Tue, 12 Mar 2013 03:21:42 -0700 (PDT) In-Reply-To: <87620xm05m.fsf@nowhere.org> 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: glyn.millington@gmail.com Cc: emacs-orgmode Mode --001a11c22574df098c04d7b7a795 Content-Type: text/plain; charset=ISO-8859-1 Hi Glyn, That does not change my output at all. In some earlier googleing, I'd found some mention of setting org-e-latex-classes, but that seems to be now changed to org-latex-classes, I believe. Thanks for the suggestion. If you have any more thoughts, please let me know. Jerry On Tue, Mar 12, 2013 at 5:34 AM, Glyn Millington wrote: > 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 > > > --001a11c22574df098c04d7b7a795 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Glyn,

That does not change my = output at all.

In some earlier googlei= ng, I'd found some mention of setting org-e-latex-classes, but that see= ms to be now changed to org-latex-classes, I believe.

Thanks for the suggestion. If you have any = more thoughts, please let me know.

Jer= ry


On Tue, Mar 12, 2013 at 5:34 AM, Glyn Millington <glyn.millington@= gmail.com> wrote:
JBash <bashveank@gmail.com> 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 get= ting
> nested items rather than frames in the exported .tex file for the 3rd<= br> > level headlines, as I'd expect. I am using Org-mode version 8.0-pr= e
> (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



--001a11c22574df098c04d7b7a795--