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 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



reply via email to

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