From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [New exporter] Wrong export to LaTeX Date: Fri, 12 Oct 2012 14:05:43 +0200 Message-ID: <20121012120543.GD24769@kuru.dyndns-at-home.com> References: <80txu1ma6t.fsf@somewhere.org> <87bog9401p.fsf@gmail.com> <20121011165232.GB15182@kuru.dyndns-at-home.com> <877gqw51z9.fsf@gmail.com> <20121012102434.GA24769@kuru.dyndns-at-home.com> <80ipagvtjj.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMdzy-0001fm-QV for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 08:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMdzv-00018K-Mm for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 08:05:50 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:38477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMdzv-000178-F4 for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 08:05:47 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so1876627wey.0 for ; Fri, 12 Oct 2012 05:05:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: <80ipagvtjj.fsf@somewhere.org> 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 Hi Seb, On Fri, Oct 12, 2012 at 01:06:24PM +0200, Sebastien Vauban wrote: > Hi Suvayu and Nicolas, [...] > > However, I thought that LaTeX_CLASS had been renamed EXPORT_LaTeX_CLASS, but > when using the latter, I get frames inside an `article' documentclass type of > document -- while using `C-c E l O' (for Beamer)? That results in a weird > document... > I believe that is the property name only for subtree export. So when exporting a file, use: #+LaTeX_CLASS: beamer for subtree export use: * Beamer presentation :PROPERTIES: :EXPORT_LaTeX_CLASS: beamer :END: Hope this helps, -- Suvayu Open source is the future. It sets us free.