emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: org-babel-expand-noweb-references: FIXEDCASE=nil


From: Nicolas Goaziou
Subject: Re: Bug: org-babel-expand-noweb-references: FIXEDCASE=nil
Date: Mon, 09 Mar 2020 23:11:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Sebastian Miele <address@hidden> 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
>     <<AA>>
>   #+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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]