From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [babel] code execution in commented lines Date: Thu, 06 Sep 2012 09:02:46 +0200 Message-ID: <87sjavbpm1.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9W7P-0002eV-Mc for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 03:03:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9W7E-0003Sq-Lw for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 03:03:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:33374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9W7E-0003Sg-FA for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 03:03:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T9W7D-00058h-Ap for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 09:03:03 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2012 09:03:03 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2012 09:03:03 +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, by now I learned not to call behaviour not meeting my expectations a bug hastily.... So, here is my question: Is it intended that code in commented lines gets executed during export? # example: buggy, thus commented src_R{Sys.sleep(10) && stop("Here is a Bug")} This kind of violates the I-quickly-comment-this-out style of fixing broken parts of the document ;-) Regards, Andreas