[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [RFC] Slight change to asynchronous export
From: |
Achim Gratz |
Subject: |
Re: [O] [RFC] Slight change to asynchronous export |
Date: |
Mon, 28 Oct 2013 18:39:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
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.
> 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?
If you don't make this the default then no harm is done, I guess.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
- [O] [RFC] Slight change to asynchronous export, Nicolas Goaziou, 2013/10/27
- Re: [O] [RFC] Slight change to asynchronous export, Sebastien Vauban, 2013/10/28
- Re: [O] [RFC] Slight change to asynchronous export, Carsten Dominik, 2013/10/28
- Re: [O] [RFC] Slight change to asynchronous export, Aaron Ecay, 2013/10/28
- Re: [O] [RFC] Slight change to asynchronous export,
Achim Gratz <=
- Re: [O] [RFC] Slight change to asynchronous export, Nicolas Goaziou, 2013/10/29
- Re: [O] [RFC] Slight change to asynchronous export, Rick Frankel, 2013/10/29
- Re: [O] [RFC] Slight change to asynchronous export, Sebastien Vauban, 2013/10/30
- Re: [O] [RFC] Slight change to asynchronous export, Nicolas Goaziou, 2013/10/30
- Re: [O] [RFC] Slight change to asynchronous export, Rick Frankel, 2013/10/30
- Re: [O] [RFC] Slight change to asynchronous export, Nicolas Goaziou, 2013/10/31