Hello, Achim Gratz <strom...@nexgo.de> 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