From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Sexton Subject: Bug: export aborts if ':eval query/never' in source code blocks Date: Thu, 26 Aug 2010 20:11:01 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53944 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoinM-0001Lk-Lx for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 16:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoinD-0003zH-7c for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 16:11:29 -0400 Received: from lo.gmane.org ([80.91.229.12]:52042) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoinD-0003z9-0u for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 16:11:23 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ooin0-0002E9-1z for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 22:11:15 +0200 Received: from rp.young.med.auckland.ac.nz ([130.216.140.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 22:11:10 +0200 Received: from psexton by rp.young.med.auckland.ac.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 22:11:10 +0200 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: emacs-orgmode@gnu.org #+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