emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Sebastian Miele
Subject: Bug: org-babel-expand-noweb-references: FIXEDCASE=nil
Date: Mon, 09 Mar 2020 16:34:00 +0100
User-agent: mu4e 1.3.9; emacs 26.3

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.



reply via email to

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