emacs-orgmode
[Top][All Lists]
Advanced

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

[O] recent changes in COMMENT and tangling?


From: Alan Schmitt
Subject: [O] recent changes in COMMENT and tangling?
Date: Thu, 27 Mar 2014 15:34:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

Hello,

Have there been recent changes regarding the "COMMENT" keyword and
tangling? I just saw some blocks whose grand parent is a comment being
tangled in my configuration file.

Here is an ECM. If you `org-babel-load-file' this file:

--8<---------------cut here---------------start------------->8---
* COMMENT level 1
** level 2
#+begin_src emacs-lisp
(message "block 2")
#+end_src
*** level 3
#+begin_src emacs-lisp
(message "block 3")
#+end_src

* level 1 again
#+begin_src emacs-lisp
(message "block 4")
#+end_src
--8<---------------cut here---------------end--------------->8---

you should see "block 3" and "block 4" in the Messages buffer.

Thanks,

Alan



reply via email to

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