From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Supress Contents frame in LaTeX beamer export Date: Wed, 30 Jun 2010 19:14:53 +0200 Message-ID: <87hbkk30j6.fsf@thinkpad.tsdh.de> References: <87k4ph500o.fsf@thinkpad.tsdh.de> <14035.1277844426@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU0sL-00057E-JY for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 13:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU0sK-0007yF-5j for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 13:15:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:32898) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU0sJ-0007xu-Vw for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 13:15:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OU0sG-0003M1-Er for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 19:15:00 +0200 Received: from 145.red-79-148-225.staticip.rima-tde.net ([79.148.225.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 19:15:00 +0200 Received: from tassilo by 145.red-79-148-225.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 19:15:00 +0200 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 Nick Dokos writes: Hi Nick, >> 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. It does. Thanks a lot, Tassilo