[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] asynchronous exporter and babel confirmation
From: |
Nicolas Goaziou |
Subject: |
Re: [O] asynchronous exporter and babel confirmation |
Date: |
Wed, 06 Mar 2013 13:52:13 +0100 |
Hello,
Achim Gratz <address@hidden> writes:
>> A very ugly hack would be to use:
>>
>> (defalias 'yes-or-no-p 'ignore)
>
> Ugh. I hope this won't be necessary.
I hope too.
> I've recently refactored the evaluation check so it determines first whether
> the
> code-block should be run and only in the affirmative checks if it should query
> the user. So it should be much easier now to have another dynamic binding for
> preventing the question _and_ not run the block (as if the user had answered
> "no", which is the only sensible choice when skipping the query). It already
> skips the query when the cached result is not stale (since it doesn't actually
> run any code in this case).
>From the export framework POV, this variable should be set to an
appropriate value (i.e. so no question is asked) from
`org-export-async-start'.
I can take care of it once the new variable is defined (maybe in
ob-exp.el?).
Regards,
--
Nicolas Goaziou
- [O] asynchronous exporter and babel confirmation, Alan Schmitt, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Nicolas Goaziou, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Achim Gratz, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation,
Nicolas Goaziou <=
- Re: [O] asynchronous exporter and babel confirmation, Achim Gratz, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Nicolas Goaziou, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Achim Gratz, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Nicolas Goaziou, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Achim Gratz, 2013/03/06
- Re: [O] asynchronous exporter and babel confirmation, Achim Gratz, 2013/03/09
- Re: [O] asynchronous exporter and babel confirmation, Nicolas Goaziou, 2013/03/09
- Re: [O] asynchronous exporter and babel confirmation, Alan Schmitt, 2013/03/10
- Re: [O] asynchronous exporter and babel confirmation, Alan Schmitt, 2013/03/06