From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Vorobiev Subject: Re: LaTeX export problem Date: Fri, 21 Sep 2012 14:47:21 -0500 Message-ID: References: <87392epgfw.fsf@bzg.ath.cx> <878vc3kbgu.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF9CR-0004ql-Qr for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 15:47:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF9CQ-0004UR-O5 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 15:47:43 -0400 Received: from mail-vc0-f169.google.com ([209.85.220.169]:56770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF9CQ-0004UN-GZ for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 15:47:42 -0400 Received: by vcbfl17 with SMTP id fl17so4837825vcb.0 for ; Fri, 21 Sep 2012 12:47:41 -0700 (PDT) In-Reply-To: <878vc3kbgu.fsf@bzg.ath.cx> 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: Bastien Cc: Gary Oberbrunner , Orgmode Mailing List I tried the new exporter (using today's snapshot of the sources) and it produced invalid LaTeX (it calls hypersetup without loading hyperref package). It also ignored the #+LaTeX_CLASS: and all the #+LaTeX_HEADER:lines in my file. Are there any examples of org files which show how to customize the new LaTeX exporter? Thanks Alex On Fri, Sep 21, 2012 at 3:48 AM, Bastien wrote: > Hi Alexander, > > Alexander Vorobiev writes: > >> Could you point us to any documentation on how to switch to the new >> exporter? > > Add contrib/lisp to your load-path. > > (require 'org-e-latex) > > then M-x org-export-dispatch RET to get a menu and be able to > export to LaTeX from here. > >> Is the tutorial >> http://orgmode.org/worg/org-tutorials/org-latex-export.html still >> relevant? > > No, this tutorial is valid for the current exporter, not for > Nicolas exporter. > > HTH, > > -- > Bastien