From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org beamer newb TOC problem Date: Thu, 17 Apr 2014 12:11:20 +0200 Message-ID: <87a9bk1d13.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WajI7-0008Se-8g for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WajHy-0003Kw-7i for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:11:35 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:52259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WajHy-0003Kr-1r for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:11:26 -0400 Received: by mail-we0-f181.google.com with SMTP id q58so223689wes.26 for ; Thu, 17 Apr 2014 03:11:25 -0700 (PDT) In-Reply-To: (Neal Becker's message of "Tue, 15 Apr 2014 10:51:15 -0400") 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: Neal Becker Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi Neal, Neal Becker writes: > I'm just learning about org mode, although I've used both emacs and beamer for > many years. > > In my first attempt, I get a frame 'Contents', which is blank. I tried various > options, but never get anything but a blank 'Contents'. You need to tweak the #+OPTION line to include numerical headlines and specify the correct H: parameter. #+OPTIONS: h:2 toc:t num:t would do. See the attached example. --=-=-= Content-Type: application/vnd.lotus-organizer Content-Disposition: attachment; filename=beamer_toc.org Content-Transfer-Encoding: base64 IytUSVRMRTogRXhhbXBsZSBQcmVzZW50YXRpb24KIytBVVRIT1I6IENhcnN0ZW4gRG9taW5pawoj K09QVElPTlM6IGg6MiB0b2M6dCBudW06dAojK0xBVEVYX0NMQVNTOiBiZWFtZXIKIytMQVRFWF9D TEFTU19PUFRJT05TOiBbcHJlc2VudGF0aW9uXQojK0JFQU1FUl9USEVNRTogUGl0dHNidXJnaAoj K0JFQU1FUl9GUkFNRV9MRVZFTDogMgojK0NPTFVNTlM6ICU0NUlURU0gJTEwQkVBTUVSX0VOVihF bnYpICUxMEJFQU1FUl9BQ1QoQWN0KSAlNEJFQU1FUl9DT0woQ29sKSAlOEJFQU1FUl9PUFQoT3B0 KQoKKiBUaGlzIGlzIHRoZSBmaXJzdCBzdHJ1Y3R1cmFsIHNlY3Rpb24KICAKKiogRnJhbWUgMQoK VGVzdC4KCioqIEZyYW1lIDIKClRlc3QuCgoqIFRoaXMgaXMgdGhlIHNlY29uZCBzdHJ1Y3R1cmFs IHNlY3Rpb24KClRlc3QuCg== --=-=-= Content-Type: text/plain -- Bastien --=-=-=--