From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: [RFC] Slight change to asynchronous export Date: Tue, 29 Oct 2013 13:42:28 -0400 Message-ID: <0dccb1354fae8c7a3ce2c505e436bb2e@mail.rickster.com> References: <87fvrnawes.fsf@gmail.com> <8761shs3ab.fsf@Rainer.invalid> <87txg0cw5g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbDJe-0001tN-1W for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 13:42:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbDJZ-0001EH-Cq for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 13:42:53 -0400 Received: from [204.62.15.78] (port=60579 helo=mail.rickster.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbDJZ-0001E5-8j for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 13:42:49 -0400 In-Reply-To: <87txg0cw5g.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: Achim Gratz , emacs-orgmode@gnu.org On 2013-10-29 04:35, Nicolas Goaziou wrote: > Achim Gratz writes: > > Nicolas Goaziou writes: > 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". > > That's a good thing, I'd say. There is a lot of stuff going on in init > files that you most likely don't want done when firing Emacs off in the > background. That is especially true of some site-init files that you > typically have no control over. > > As I said, it wouldn't be worse than the current situation. > > If you don't make this the default then no harm is done, I guess. > > The whole point of this change is to change the default value. If > there's no interest in it, I won't bother making it. I'm all for it. The current default is, IMHO, the worst of both worlds since, by loading my init but leaving out site-lisp i end up w/ the wrong org loaded (the one from the default distribution, not site-lisp) unless I make explicit reference to the development org in site-lisp. For Aaron and others concerned about e.g, `server-start', it's easy to check if emacs is not running in batch or, in the case of server start, if emacs is running in a multi-window environment. rick