From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: org-beamer outline Date: Wed, 8 Sep 2010 08:34:20 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=59140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtKr9-0002pe-D3 for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 09:38:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtKo7-0006tj-2L for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 09:35:27 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:50790) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtKo6-0006kA-R6 for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 09:35:23 -0400 Received: by ewy28 with SMTP id 28so37003ewy.0 for ; Wed, 08 Sep 2010 06:34:21 -0700 (PDT) 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: emacs-orgmode@gnu.org 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? -deech