From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Exporting to LaTeX Beamer Date: Fri, 25 Apr 2014 11:02:29 +0100 Message-ID: <87lhut7mmi.fsf@ucl.ac.uk> References: <87ppk597b6.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wdcxt-0006BS-8c for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 06:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wdcxn-0005R6-Vh for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 06:02:41 -0400 Received: from mail-db3lp0081.outbound.protection.outlook.com ([213.199.154.81]:12287 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wdcxn-0005QQ-Nt for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 06:02:35 -0400 In-Reply-To: (Uwe Ziegenhagen's message of "Fri, 25 Apr 2014 09:37:20 +0000") 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: Uwe Ziegenhagen Cc: emacs-orgmode@gnu.org On Friday, 25 Apr 2014 at 09:37, Uwe Ziegenhagen wrote: > Eric S Fraga ucl.ac.uk> writes: > >> >> On Friday, 25 Apr 2014 at 04:38, Uwe Ziegenhagen wrote: >> > Hi, >> > >> > I am trying to export an org file to individual Beamer frames but fail as >> > Org mode exports the sections, but not the frames. >> >> Use H:2 option instead of H:3 (in the #+OPTIONS line). This setting >> tells the exporter which level of heading constitutes frames. > > > Hi Eric, thanks for the feedback. I switched to H:2 but get no difference in > the output: 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). For beamer export, by the way, you do not need to specify the latex_class. For version 8.x of org, you no longer need BEAMER_FRAME_LEVEL either. For most of my beamer org documents, all I have in terms of specifications is the following: --8<---------------cut here---------------start------------->8--- #+TITLE: The title of the talk #+AUTHOR: Eric S Fraga #+LaTeX_CLASS_options: [bigger,allowframebreaks] #+OPTIONS: H:2 toc:nil num:nil #+startup: beamer --8<---------------cut here---------------end--------------->8--- followed by the actual content. The startup option is to enable the special key bindings that work on headlines for columns and blocks. Also note that @...@ is no longer the specification for alterted text. Use *...* instead. The example you have was for version 7.x of org. Finally, the documentation for the new exporter, for org v8.x, is here: http://orgmode.org/worg/exporters/beamer/ox-beamer.html The older documentation, written by me initially, is no longer applicable but is there for those people still using org v7.x. HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.5h-1027-g4c0a29