From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [New Exporter] org-export-latex-after-initial-vars-hook Date: Mon, 29 Apr 2013 19:16:38 +0200 Message-ID: <87ppxdjlzd.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrh1-0002Ii-K8 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:16:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWrh0-0000up-Bo for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:16:47 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:51534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrgz-0000uc-Vj for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:16:46 -0400 Received: by mail-wg0-f44.google.com with SMTP id a12so3888557wgh.35 for ; Mon, 29 Apr 2013 10:16:45 -0700 (PDT) In-Reply-To: (=?utf-8?Q?=22S=C3=B8ren?= Mikkelsen"'s message of "Mon, 29 Apr 2013 17:46:14 +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: =?utf-8?Q?S=C3=B8ren?= Mikkelsen Cc: emacs-orgmode@gnu.org Hello, S=C3=B8ren Mikkelsen writes: > But I have a problem with the exporter: > > I have modified by org-exporter to export latex-files with the xelatex > compiler. The implementation uses the > "org-export-latex-after-initial-vars-hook"-hook to reconfigure the > default process, however, this hook seems to be deleted and I'm not > able to find equivalent hook. Isn't it sufficient to customize `org-latex-pdf-process' so it uses xelatex? Regards, --=20 Nicolas Goaziou