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

2020-03-09 Thread Nicolas Goaziou
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

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

2020-03-09 Thread Sebastian Miele
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