From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: recent changes in COMMENT and tangling? Date: Thu, 27 Mar 2014 15:34:02 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTBNm-0006jb-D7 for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 10:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTBNe-0007zm-00 for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 10:34:14 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:12796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTBNd-0007zc-NR for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 10:34:05 -0400 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 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