From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: Beamer export: one question and one bug Date: Sun, 3 Nov 2013 09:18:15 -0500 Message-ID: References: <87a9hxmujd.fsf@syk.fi> <87bo2drxfp.fsf@gmail.com> <87ob6cts64.fsf@syk.fi> <87hac3lct0.fsf@gmail.com> <87ppqrcc4h.fsf@syk.fi> <87d2mpmqjn.fsf@alphaville.bos.redhat.com> <8761s9ztnf.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcyVh-0005IJ-R1 for emacs-orgmode@gnu.org; Sun, 03 Nov 2013 09:18:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcyVg-0006hk-Oe for emacs-orgmode@gnu.org; Sun, 03 Nov 2013 09:18:37 -0500 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:34032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcyVg-0006hX-Hy for emacs-orgmode@gnu.org; Sun, 03 Nov 2013 09:18:36 -0500 Received: by mail-pb0-f44.google.com with SMTP id rp8so31108pbb.31 for ; Sun, 03 Nov 2013 06:18:35 -0800 (PST) In-Reply-To: <8761s9ztnf.fsf@syk.fi> 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: Jarmo Hurri Cc: emacs-orgmode Mailinglist On Sun, Nov 3, 2013 at 5:06 AM, Jarmo Hurri 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 > >