From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: asynchronous exporter and babel confirmation Date: Wed, 06 Mar 2013 14:04:51 +0100 Message-ID: References: <87fw082603.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDE1g-00011j-P8 for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 08:04:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDE1c-0001nb-3j for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 08:04:56 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:7255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDE1b-0001mO-Th for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 08:04:52 -0500 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > 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). This sounds reasonable. Thanks, Alan