emacs-orgmode
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]