Hello, Alan Morgan <alanx...@gmail.com> writes:
> The bug is fairly self explanatory. noweb-ref works fine in elisp when > the argument is put in the code block, but it doesn't work when using > the property section things. Here is a quick example (divided by lines): > > ------------------------------ > This code block will give me an error, > saying that the function wasn't defined or whatever. :( > > #+BEGIN_SRC emacs-lisp :noweb yes > <<library>> > #+END_SRC > > > * Testing the noweb-ref thing > :PROPERTIES: > :header-args:emacs-lisp: :noweb-ref library > :END: > > I want these code blocks to be put together. But it don't work bro! > > #+BEGIN_SRC emacs-lisp > (defun do-something () (print "yes")) > #+END_SRC > > #+BEGIN_SRC emacs-lisp > (defun do-something-else () (print "no")) > #+END_SRC > > ------------------------------ I cannot reproduce it with a recent Org. Could you update yours and try again? Thank you. Regards, -- Nicolas Goaziou