emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [beamer] blank outline slide?


From: Eric S Fraga
Subject: Re: [O] [beamer] blank outline slide?
Date: Fri, 13 May 2011 10:43:19 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

zwz <address@hidden> writes:

> In a org file, I have
>
> * item1
> ** aaa
> *** bbb
>     123
> * item2
> ** ccc
> *** ddd
>     123
>
> The generated slides have just a blank outline page.
> However, if I modify the org content as
>
> * item1
> ** aaa
> *** bbb
> * item2
> ** ccc
> *** ddd
>
> The outline page contains item1 and item2, just as expected.
>
> here is my settings:
>
> #+startup: beamer
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}
> #+BEAMER_FRAME_LEVEL: 2
> #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) 
> %4BEAMER_col(Col) %10BEAMER_extra(Extra)
> #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t
>
> Is there anything wrong with my settings or is it a bug?

I think you may need to be a bit more specific.  Can you attach an org
file which demonstrates the problem?  

However, as a stab in the dark, latex will need to be run more than once
on the same input in order to pick up the section headings generated in
the first run.  What is the setting for org-latex-to-pdf-process?

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.274.gd6aba.dirty)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]