From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [BUG] [babel] evaluation disabled completely with no-export Date: Sun, 06 May 2012 15:11:07 +0200 Message-ID: <871umxihec.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SR1Fn-0002FP-FY for emacs-orgmode@gnu.org; Sun, 06 May 2012 09:12:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SR1Fl-0002nJ-Sa for emacs-orgmode@gnu.org; Sun, 06 May 2012 09:11:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:50775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SR1Fl-0002n6-LY for emacs-orgmode@gnu.org; Sun, 06 May 2012 09:11:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SR1Fj-0001Dq-PD for emacs-orgmode@gnu.org; Sun, 06 May 2012 15:11:55 +0200 Received: from vpn-2057.gwdg.de ([134.76.2.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 May 2012 15:11:55 +0200 Received: from andreas.leha by vpn-2057.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 May 2012 15:11:55 +0200 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: emacs-orgmode@gnu.org Hi all, there seems to be a bug in babel in connection with interactive source block evaluation when the header argument :eval no-export (ditto with never-export) is present. I get "Evaluation Disabled" when I try to evaluate (C-c C-c) this block: #+begin_src R :session *R* :exports none :eval no-export Sys.sleep(10) complexObject <- 1:10 #+end_src Regards, Andreas PS: emacs 24.1.50, org-mode 7.8.09