From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Org Babel code blocks in COMMENT subtrees gets executed!? Date: Fri, 13 Feb 2015 11:52:35 +0100 Message-ID: <86386aozgs.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Save this as and Org file, and press C-c C-v C-e... --8<---------------cut here---------------start------------->8--- * Intro #+begin_src emacs-lisp (print "Foo") #+end_src * COMMENT Method #+begin_src emacs-lisp (print "Bar") #+end_src ^ I don't think we should have blocks in COMMENT trees executed, right? Isn't that supposed to be (one of) the difference(s) between :noexport: and COMMENT? * Results #+begin_src emacs-lisp (print "Baz") #+end_src --8<---------------cut here---------------end--------------->8--- Best regards, Seb -- Sebastien Vauban