From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?S=F8ren_Mikkelsen?= Subject: Re: XeLaTeX and the new exporter Date: Tue, 14 May 2013 12:04:06 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcC5m-0005r3-Un for emacs-orgmode@gnu.org; Tue, 14 May 2013 06:04:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcC5l-0001NE-KN for emacs-orgmode@gnu.org; Tue, 14 May 2013 06:04:22 -0400 Received: from plane.gmane.org ([80.91.229.3]:41708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcC5l-0001N7-De for emacs-orgmode@gnu.org; Tue, 14 May 2013 06:04:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UcC5g-0006xe-Il for emacs-orgmode@gnu.org; Tue, 14 May 2013 12:04:16 +0200 Received: from iha-nat.iha.dk ([130.225.184.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 May 2013 12:04:16 +0200 Received: from soren by iha-nat.iha.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 May 2013 12:04:16 +0200 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: emacs-orgmode@gnu.org Hi Chris I asked the question a couple of weeks ago. Take a look at the hook: org-export-before-parsing-hook It worked for me. Best regards Søren On 2013-05-07 17:42, Christopher Witte wrote: > Hi all, > > I had export working using XeLaTeX using the instructions from the FAQ > > (with some slight modifications), but after upgrading to the new export > it isn't working. It appears the hook > org-export-latex-after-initial-vars-hook isn't defined anymore. > > Any advice on what I need to change to get it to work? > > Thanks > Chris.