From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabor Retvari Subject: Re: Beamer export: can't get frame level right Date: Wed, 16 Jul 2014 11:58:37 +0200 Message-ID: <4468368.09ZJF6YdcZ@weber.tmit.bme.hu> References: <4141300.04dEsLQeik@weber.tmit.bme.hu> <87oawsneec.fsf@gmail.com> 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]:51698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7LzE-000183-0g for emacs-orgmode@gnu.org; Wed, 16 Jul 2014 05:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7Lz7-0000a6-2j for emacs-orgmode@gnu.org; Wed, 16 Jul 2014 05:58:55 -0400 Received: from anubis.tmit.bme.hu ([152.66.245.198]:40495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7Lz6-0000Zl-RA for emacs-orgmode@gnu.org; Wed, 16 Jul 2014 05:58:48 -0400 In-Reply-To: <87oawsneec.fsf@gmail.com> 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: Josiah Schwab Cc: emacs-orgmode@gnu.org Hi, On Monday 14 July 2014 08:29:40 Josiah Schwab wrote: > Which export command are you using? > > I think you may be using the regular LaTeX exporter. Adding beamer to > your LaTeX_CLASS is not sufficient (or necessary). Rather, you want to > use the Beamer export commands. > > http://orgmode.org/manual/Beamer-export.html Thanks a lot, org-beamer-export-to-pdf seems to solve this issue. Interestingly, C-c C-e l P (thank you John for the tip) does not work by default as org-export-dispatch does not seem to know about beamer specific export commands initially. Only after running org-beamer-export-to-pdf once the beamer specific export options show up in the dispatcher's list. Strange. Anyways, it would be nice to have this behavior better documented. Maybe a huge warning in the tutorial saying "Use beamer export options, standard LaTeX export will screw up your slide structure!" or somesuch. I see now that the tutorial mentions that "tutorials and references available for both org-mode itself, for LaTeX exporting, and for Beamer Class Export", but the link to the "Beamer Class Export" document does not quite work. http://orgmode.org/worg/exporters/beamer/tutorial.html Again, thank you for the help, it really is appreciated. Regards, Gabor