From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [New exporter] Wrong export to LaTeX Date: Thu, 11 Oct 2012 15:21:06 +0200 Message-ID: <87bog9401p.fsf@gmail.com> References: <80txu1ma6t.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMIlV-0006Zc-96 for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 09:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMIlN-0007YV-9E for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 09:25:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:60864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMIlM-0007XB-V3 for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 09:25:21 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TMIlK-0000ls-F7 for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 15:25:18 +0200 In-Reply-To: <80txu1ma6t.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 11 Oct 2012 15:04:42 +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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: > When I try to export the following ECM: > > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation] [...] > Notable differences: > > - No frames are created!? > - (detail) PDFCreator is not set to Org-mode blah-blah (wished like that?) > > Am I missing something? That's because Beamer is now a back-end on its own, not a patch over the LaTeX one. In the old exporter, Beamer translation was triggered with #+latex_class: beamer. This is not necessary anymore. All you have to do is to (require 'org-e-beamer) and use the appropriate entry in the dispatcher menu. You can have a Beamer translation on any class, including article and so on. That's why (add-to-list 'org-e-latex-classes "beamer" ...) doesn't make much sense anyway (as suggested in another post). Regards, -- Nicolas Goaziou