From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [babel] Commenting out src blocks for tangling Date: Mon, 21 Oct 2013 08:49:29 +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> <87r4bfvc3d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VY9J3-0000Th-I7 for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 02:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VY9Ix-0004YT-Il for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 02:49:37 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:19576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VY9Ix-0004YG-CI for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 02:49:31 -0400 In-reply-to: <87r4bfvc3d.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 schulte.eric@gmail.com writes: > Alan Schmitt writes: > >> 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. >> > > This should be fixed now, thanks for pointing it out. It's working, thanks a lot! Alan