emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Org Babel code blocks in COMMENT subtrees gets executed!?


From: Sebastien Vauban
Subject: [O] Org Babel code blocks in COMMENT subtrees gets executed!?
Date: Fri, 13 Feb 2015 11:52:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]