From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Supress Contents frame in LaTeX beamer export Date: Tue, 29 Jun 2010 16:47:06 -0400 Message-ID: <14035.1277844426@alphaville.usa.hp.com> References: <87k4ph500o.fsf@thinkpad.tsdh.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=53479 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OThi3-00075K-Ah for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 16:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OThhz-0003DJ-VN for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 16:47:09 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:20414) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OThhz-0003DA-R0 for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 16:47:07 -0400 In-Reply-To: Message from Tassilo Horn of "Tue, 29 Jun 2010 17:30:47 +0200." <87k4ph500o.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Tassilo Horn wrote: > I use this setup in the org file: > > #+STARTUP: beamer > #+LaTeX_CLASS: beamer > #+TITLE: MOLA Opponent Review > #+AUTHOR: Tassilo Horn > #+EMAIL: horn@uni-koblenz.de > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default} > > * Slide 1 > > Hugo > > * Slide 2 > > Hugo > > 1. How do I supress the contents frame? I only have 1-star headlines, > each representing a frame. So there are no sections at all, and the > contents frame is empty. :-( > I think #+OPTIONS: toc:nil should do it. Nick