From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Ziegenhagen Subject: Re: Exporting to LaTeX Beamer Date: Fri, 25 Apr 2014 11:38:43 +0000 (UTC) Message-ID: References: <87ppk597b6.fsf@ucl.ac.uk> <87lhut7mmi.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdeTB-0007uA-NS for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 07:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdeT4-0003hW-86 for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 07:39:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:37678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdeT4-0003hB-1y for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 07:38:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WdeT3-0006bf-2P for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 13:38:57 +0200 Received: from p57A0A510.dip0.t-ipconnect.de ([87.160.165.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Apr 2014 13:38:57 +0200 Received: from ziegenhagen by p57A0A510.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Apr 2014 13:38:57 +0200 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: emacs-orgmode@gnu.org > > How exactly are you trying to export? Your output looks like a plain > latex export (M-x org-export-dispatch RET l p), not beamer (... l P)? > Note difference in case (p versus P) and similar for export to latex > code alone (l or b) and for opening the PDF automatically (o versus O). > Got it! My assumption was that the LaTeX export is controlled by the beamer startup option and just user the lowercase exports. Now it's working, thanks for the help! Uwe