From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [babel] Commenting out src blocks for tangling Date: Sun, 20 Oct 2013 19:05:16 +0200 Message-ID: References: <87r4k18wy2.fsf@ucl.ac.uk> <87mwup8t0q.fsf@breezy.my.home> <87bob58sdi.fsf@ucl.ac.uk> <512e97cf.82c1ec0a.76d4.ffffc5f1@mx.google.com> <512F1CDF.80906@gmail.com> <877glsg57i.fsf@bzg.ath.cx> <87fvry1qc8.fsf@gmail.com> <87a9i5vsaw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXwRV-0002hb-LK for emacs-orgmode@gnu.org; Sun, 20 Oct 2013 13:05:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXwRM-0000BA-3w for emacs-orgmode@gnu.org; Sun, 20 Oct 2013 13:05:29 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:27113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXwRL-000099-Mo for emacs-orgmode@gnu.org; Sun, 20 Oct 2013 13:05:20 -0400 In-reply-to: <87a9i5vsaw.fsf@gmail.com> 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: Eric Schulte Cc: Bastien , emacs-orgmode@gnu.org, Alan L Tyree , Rainer M Krug Hi Eric, schulte.eric@gmail.com writes: >> I see that "hello subtree" is tangled. Does it mean that to comment a >> whole tree I need to comment every subtree (recursively)? >> >> Thanks, >> >> Alan > > I just pushed up a fix, thanks for catching this bug. I'm sorry, but I think there is a bug with the fix. When I tangle a file, I get an error: org-babel-under-commented-heading-p: Symbol's function definition is void: org-babel-under-commented-headline-p I also see a failure with the tests: 1 unexpected results: FAILED ob-tangle/continued-code-blocks-w-noweb-ref I just did a git pull before trying this. Alan