From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: async export not working for me Date: Wed, 17 Sep 2014 21:45:27 +0200 Message-ID: <87a95yyqso.fsf@free.fr> References: <87bnqe6ytz.fsf@free.fr> <87wq92ch7k.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XULAw-0003n9-Ka for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 15:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XULAq-0002Sr-8c for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 15:46:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:54499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XULAq-0002SQ-2R for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 15:45:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XULAb-0004uW-AE for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 21:45:41 +0200 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Sep 2014 21:45:41 +0200 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Sep 2014 21:45:41 +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 Rasmus writes: > Hi Julien, > Probably you are somehow not loading settings "correctly". In your > normal init file you need to set `org-export-async-init-file'. I completely missed this part... I feel stupid now. Maybe org should complain when this variable is not set and someone like me tries to export async ? I will pick what is necessary for export in my normal init file (basically all org and latex related stuff) and give it a try. Thanks for pointing that out. I'll have a look at your setup too. Julien.