From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [RFC] Slight change to asynchronous export Date: Mon, 28 Oct 2013 16:04:34 +0100 Message-ID: <4EC5995D-BBA5-44A4-92D4-1A0F4AED659F@gmail.com> References: <87fvrnawes.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaoN3-00019U-Bm for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 11:04:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaoMt-0003gd-2N for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 11:04:45 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:37004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaoMs-0003gL-Rh for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 11:04:34 -0400 Received: by mail-ea0-f172.google.com with SMTP id r16so2309607ead.31 for ; Mon, 28 Oct 2013 08:04:33 -0700 (PDT) In-Reply-To: <87fvrnawes.fsf@gmail.com> 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: Nicolas Goaziou Cc: Org Mode List Hi Nicolas, this sounds OK for me. - Carsten On 27.10.2013, at 10:35, Nicolas Goaziou wrote: > Hello, >=20 > At the moment, by default, external emacs process for asynchronous > export is called with: >=20 > /path/to/emacs -Q --batch -l org-export-async-init-file ... export = stuff... >=20 > where `org-export-async-init-file' defaults to `user-init-file'. It = is, > by default, not the same as calling "emacs", because of the "-Q". >=20 > I suggest allowing a nil (default) value for > `org-export-async-init-file'. In that case, the command will become: >=20 > /path/to/emacs --batch ... export stuff... >=20 > If it is a file, it will be the same as before. >=20 > WDYT? >=20 >=20 > Regards, >=20 > --=20 > Nicolas Goaziou >=20