From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [RFC] Slight change to asynchronous export Date: Sun, 27 Oct 2013 10:35:39 +0100 Message-ID: <87fvrnawes.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaMkt-0002NH-E8 for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 05:35:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaMkk-0000OO-W5 for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 05:35:31 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:61449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaMkk-0000OI-OO for emacs-orgmode@gnu.org; Sun, 27 Oct 2013 05:35:22 -0400 Received: by mail-wg0-f43.google.com with SMTP id b13so5466413wgh.10 for ; Sun, 27 Oct 2013 02:35:21 -0700 (PDT) Received: from selenimh ([91.224.148.150]) by mx.google.com with ESMTPSA id b7sm24053666wiz.8.2013.10.27.02.35.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Oct 2013 02:35:21 -0700 (PDT) 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: Org Mode List Hello, At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... 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". I suggest allowing a nil (default) value for `org-export-async-init-file'. In that case, the command will become: /path/to/emacs --batch ... export stuff... If it is a file, it will be the same as before. WDYT? Regards, -- Nicolas Goaziou