From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?S=F8ren_Mikkelsen?= Subject: [New Exporter] org-export-latex-after-initial-vars-hook Date: Mon, 29 Apr 2013 17:46:14 +0200 Message-ID: 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]:34910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWqHd-0007Uj-NH for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 11:46:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWqHW-0003gZ-OQ for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 11:46:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:38725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWqHW-0003gS-HY for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 11:46:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UWqHV-0000l8-AC for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 17:46:21 +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 ; Mon, 29 Apr 2013 17:46:21 +0200 Received: from soren by iha-nat.iha.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Apr 2013 17:46:21 +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: emacs-orgmode@gnu.org Hello, I have just upgraded to the Org 8.0. Nice work! :) 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. Cheers, Søren