On Sun, Nov 3, 2013 at 5:06 AM, Jarmo Hurri <jarmo.hu...@syk.fi> wrote: > > Greetings. > >> Set '#OPTIONS: H:2', then top level headlines become sections (and are >> listed in the table of contents) and second-level headlines become the >> frames. > > Yep, that will happen. However, the original idea was to get frame > headlines into the table of contents.
As far as I know this is a beamer design decision. The idea seems to be that if your presentation is short enough that the individual frame titles would fit in a table of contents then you don't actually need one; see the beamer user guide at http://ctan.mackichan.com/macros/latex/contrib/beamer/doc/beameruserguide.pdf. Best, Ista In order to achieve this I would > have to have H:2 and repeat the frame title as follows: > > # -------------------------------------------------------------------- > #+TITLE: Beamer test > #+OPTIONS: ':nil *:t -:t ::t <:t H:2 \n:nil ^:t arch:headline > #+OPTIONS: author:t c:nil creator:comment d:(not LOGBOOK) date:t e:t > #+OPTIONS: email:nil f:t inline:t num:t p:nil pri:nil prop:nil stat:t > #+OPTIONS: tags:t tasks:t tex:t timestamp:t toc:t todo:t |:t > #+CREATOR: Emacs 24.2.1 (Org mode 8.2.1) > #+DESCRIPTION: > #+EXCLUDE_TAGS: noexport > #+KEYWORDS: > #+LANGUAGE: en > #+SELECT_TAGS: export > > * This is the first slide > ** This is the first slide > - with some fancy text > * And this is the second slide > ** And this is the second slide > - with one commented item... > # -------------------------------------------------------------------- > > The output is correct, but requires duplication of information, which is > practically always a bad idea. > > Jarmo > >