Hello,

Alan Schmitt <alan.schm...@polytechnique.org> 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