From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Bug: export aborts if ':eval query/never' in source code blocks Date: Thu, 26 Aug 2010 15:27:18 -0600 Message-ID: <87r5hl3w09.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42188 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OojzB-0002VH-RH for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 17:28:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oojyj-0006Cb-UF for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 17:27:49 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:45845) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oojyj-0006CP-RQ for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 17:27:21 -0400 Received: by iwn33 with SMTP id 33so2787352iwn.0 for ; Thu, 26 Aug 2010 14:27:21 -0700 (PDT) In-Reply-To: (Paul Sexton's message of "Thu, 26 Aug 2010 20:11:01 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Sexton Cc: emacs-orgmode@gnu.org Hi Paul, This is on the top of the stack for Babel bug fixes (see [1]), and I hope to have a solution pushed up to the git repository soon. I'll reply to this email when this issue is resolved. Thanks -- Eric Paul Sexton writes: > #+BEGIN_SRC R :eval query > ... > #+END_SRC > > If the above is in an org file, the user runs an export (C-c C-e), and the user > types 'no' when asked whether to evaluate the code block, then the whole export > process is aborted (no further blocks are processed and no export output is > produced). > > The same thing happens with ':eval never'. > > Paul > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode Footnotes: [1] http://eschulte.github.com/babel-dev/STARTED-How-to-quietly-exclude-block-from-evaluation-.html