From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: org-beamer outline Date: Wed, 08 Sep 2010 10:12:45 -0400 Message-ID: <87wrqw9vdu.fsf@stats.ox.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36082 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtLOM-0007bW-Ub for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 10:12:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtLOL-0005gp-Eu for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 10:12:50 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:57976) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtLOL-0005gR-6Z for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 10:12:49 -0400 In-Reply-To: (aditya siram's message of "Wed, 8 Sep 2010 08:34:20 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: aditya siram Cc: emacs-orgmode@gnu.org aditya siram writes: > Hi all, > I am wondering how to get an outline in an org-beamer presentation. > Currently I have a structure that looks like: > > #+TITLE: My Title > #+AUTHOR: Me > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_FRAME_LEVEL: 2 > #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) > %4BEAMER_col(Col) %8BEAMER_extra(Extra) > * Presentation > ** Slide 1 > ** Slide 2 > ** Slide 3 > ** Slide 4 ... > > The outline slide contains only "Presentation". Is there someway to > break up the presentation so that slides 1 & 2 are a sub-topic and 3 & > 4 are another? Hi deech, Set BEAMER_FRAME_LEVEL to 3 and adjust outline levels as below. #+BEAMER_FRAME_LEVEL: 3 #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra) * Presentation ** Topic 1 *** Slide 1 *** Slide 2 ** Topic 2 *** Slide 3 *** Slide 4 Dan p.s. Thanks very much Carsten and Eric F. for org-beamer. I gave my first org-beamer presentation yesterday. > -deech > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode