From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-babel-expand-noweb-references: FIXEDCASE=nil Date: Mon, 09 Mar 2020 23:11:10 +0100 Message-ID: <87blp5ch6p.fsf@nicolasgoaziou.fr> References: <87o8t5h79z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51692) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBQcF-0003g7-Un for emacs-orgmode@gnu.org; Mon, 09 Mar 2020 18:11:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBQcE-00069G-6r for emacs-orgmode@gnu.org; Mon, 09 Mar 2020 18:11:15 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:42831) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jBQcE-00068I-17 for emacs-orgmode@gnu.org; Mon, 09 Mar 2020 18:11:14 -0400 In-Reply-To: <87o8t5h79z.fsf@gmail.com> (Sebastian Miele's message of "Mon, 09 Mar 2020 16:34:00 +0100") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Sebastian Miele Cc: emacs-orgmode@gnu.org Hello, Sebastian Miele writes: > org-babel-expand-noweb-references in the current master branch ends with: > > (replace-regexp-in-string noweb-re (lambda...) body nil t 2) > > I.e., the FIXEDCASE argument to replace-regexp-in-string is nil. This > has the effect that in > > #+BEGIN_SRC elisp :noweb-ref AA > (ignore) > #+END_SRC > > #+BEGIN_SRC elisp :noweb yes > <> > #+END_SRC > > the second block is expanded as "(IGNORE)". That probably is a bug. > FIXEDCASE should be t. Indeed! Fixed. Thank you. Regards, -- Nicolas Goaziou