From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: [Babel] [possible bug] Empty src block prevents other block to expand Date: Mon, 23 Jun 2014 18:20:23 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz6zB-00036A-TB for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 12:20:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wz6z6-0005DF-F4 for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 12:20:49 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:51892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz6z6-0005Cw-7E for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 12:20:44 -0400 Received: by mail-lb0-f179.google.com with SMTP id z11so4902123lbi.10 for ; Mon, 23 Jun 2014 09:20:43 -0700 (PDT) In-Reply-To: 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: Charles Berry Cc: emacs-orgmode 2014-06-23 17:56 GMT+02:00 Charles Berry : > Nicolas Girard gmail.com> writes: > > > I think the diagnosis is incorrect. > > The empty source block has no effect. > > Adding ':noweb yes' to `capture's header args fixes things. > Charles, thanks for your feedback. I've always been under the assumption that, when block A references B and B references C, then ":noweb yes" was only needed for block A. At least, but perhaps I should double check, I'm pretty sure it's the way I've been writing all my literal programming code until now. So, in this specific example, ":noweb yes" shouldn't be necessary but for the latest code block in the file. Am I wrong ? Cheers, Nicolas