[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 11:10:36 +0100 |
Hello,
Alan Schmitt <address@hidden> writes:
> Is the asynchronous exporter supposed to work when a request to evaluate
> a code block needs to be answered?
Well, no, but its somewhat difficult to prevent it. Besides security
considerations, even if we set `org-confirm-babel-evaluate' to nil
during an asynchronous export, this won't handle the case of the user
explicitly uses a :query keyword in a source block header.
A very ugly hack would be to use:
(defalias 'yes-or-no-p 'ignore)
Eric, what do you think?
Regards,
--
Nicolas Goaziou
- [O] asynchronous exporter and babel confirmation, Alan Schmitt, 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, 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