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