From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabor Retvari Subject: Re: Beamer export: can't get frame level right Date: Fri, 18 Jul 2014 13:56:32 +0200 Message-ID: <2317439.sOdXGU9TDI@weber.tmit.bme.hu> References: <4141300.04dEsLQeik@weber.tmit.bme.hu> <4468368.09ZJF6YdcZ@weber.tmit.bme.hu> 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]:45497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X87Tx-0001DJ-8j for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 08:41:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X87Tr-0004jC-3R for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 08:41:49 -0400 Received: from mail.bme.hu ([152.66.115.60]:52541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X87Tq-0004iL-SL for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 08:41:43 -0400 In-Reply-To: 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: John Hendy Cc: Josiah Schwab , emacs-orgmode Hi, On Wednesday 16 July 2014 09:54:13 John Hendy wrote: > Can you see if this works properly? > - http://orgmode.org/worg/exporters/beamer/ox-beamer.html > > Aka, simply having this in .emacs: > > (require 'ox-latex) > (add-to-list 'org-latex-classes > '("beamer" > "\\documentclass\[presentation\]\{beamer\}" > ("\\section\{%s\}" . "\\section*\{%s\}") > ("\\subsection\{%s\}" . "\\subsection*\{%s\}") > ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}"))) No, this does not seem to be enough for the beamer-specific export options to show up with org-export-dispatch. This, however, is OK (by Josiah's suggestion): (require 'ox-beamer) Regards, Gabor