From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-beamer Outline Slide Date: Mon, 22 Mar 2010 23:03:29 +0000 Message-ID: <87r5ncari6.wl%ucecesf@ucl.ac.uk> References: <32bebcba1003221449v3497a7a4j53c1fa229edebaa5@mail.gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ntqeq-00064h-CZ for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 19:03:40 -0400 Received: from [140.186.70.92] (port=45286 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntqep-00064I-6P for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 19:03:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ntqen-0004Ee-C7 for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 19:03:38 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:53470) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ntqen-0004EN-6g for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 19:03:37 -0400 In-Reply-To: <32bebcba1003221449v3497a7a4j53c1fa229edebaa5@mail.gmail.com> 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: Nurullah Akkaya Cc: emacs-orgmode@gnu.org On Mon, 22 Mar 2010 23:49:19 +0200, Nurullah Akkaya wrote: > > Hi, > > I have been through the archives, but I can not seem to find an option to > remove the Outline slide from the pdf that org-beamer generates. > > Is it possible to tell org-beamer to not create a TOC slide? > > Thanks... > -- > Nurullah Akkaya > http://nakkaya.com > > > _______________________________________________ > 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 Do you have a line for org setup that looks like this: #+OPTIONS: H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t if so, make sure that "toc:nil" is there instead of "toc:t"; if not, you need such a line as the default is to include the table of contents, I believe. You can create the default setup lines by C-c C-e t (org-export and option t for inserting the org-export template). HTH.