From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: async export not working for me Date: Wed, 17 Sep 2014 17:39:20 +0200 Message-ID: <87bnqe6ytz.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUHKd-0001aK-1x for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 11:39:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUHKX-0002nh-9p for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 11:39:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:46990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUHKX-0002nO-36 for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 11:39:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XUHKR-0003IX-Mi for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 17:39:35 +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 17:39:35 +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 17:39:35 +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 I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have missed something obvious cause I could never get async export working. Here is what I do: --8<---------------cut here---------------start------------->8--- emacs -Q (require 'package) (package-initialize) ;; since org is installed by package --8<---------------cut here---------------end--------------->8--- create a test.org file with only --8<---------------cut here---------------start------------->8--- * First Heading * Second Heading --8<---------------cut here---------------end--------------->8--- run --8<---------------cut here---------------start------------->8--- C-c C-a ;; in the export dispatcher l p --8<---------------cut here---------------end--------------->8--- I get: --8<---------------cut here---------------start------------->8--- Initializing asynchronous export process org-export-to-file: Wrong type argument: stringp, nil --8<---------------cut here---------------end--------------->8--- the synchronous export works fine. If I run emacs with my regular config files, I get: --8<---------------cut here---------------start------------->8--- Initializing asynchronous export process Process 'org-export-process' exited abnormally --8<---------------cut here---------------end--------------->8--- different error message but still not ok. What could possibly go wrong ? Julien.