Re: [O] Emacs-orgmode Digest, Vol 137, Issue 4

2017-07-06 Thread Eric S Fraga
Philosophically, #+call: or call_ are very different to noweb. The latter is really only about insertion of code as is somewhere else and it can be nested (see contrived example attached). The former is about invoking a babel src block with particular arguments and so is much more flexible. That

Re: [O] Emacs-orgmode Digest, Vol 137, Issue 4

2017-07-05 Thread edgar
Date: Tue, 04 Jul 2017 09:54:13 +0100 From: Eric S Fraga I may be wrong but I thought that the library of babel provides a means of calling (#+CALL: or inline) the codes in the library but not necessarily use noweb to include them in other codes? Oh! interesting. I have been calling functions