From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Supress Contents frame in LaTeX beamer export Date: Tue, 29 Jun 2010 17:30:47 +0200 Message-ID: <87k4ph500o.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTcm6-0000rA-5a for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 11:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTcm1-0000mM-7W for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 11:31:02 -0400 Received: from lo.gmane.org ([80.91.229.12]:53093) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTcm1-0000lw-1C for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 11:30:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTcly-0006Ok-0L for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 17:30:54 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 17:30:53 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 17:30:53 +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 Hi, I've just did my first presentation with org. Basically, it's pretty impressive, but there are 2 things I could not figure out. I use this setup in the org file: --8<---------------cut here---------------start------------->8--- #+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 --8<---------------cut here---------------end--------------->8--- 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. :-( 2. In the PDF presentation, the lower left bottom line says Tassilo Horn () What information do I have to provide to fill out the empty part between the parens? I've thought that this is for the email address, but although I've added #+EMAIL: (which was auto-completed with M-TAB), it doesn't appear in the PDF or the LaTeX source... Thanks for any pointers, Tassilo