Re: [O] Nested calls in babel

2019-09-16 Thread Carlos Sánchez de La Lama
Hi Chuck, >> I am being unable to make nested calls work. Here is a minimal snippet: >> >> --8<---cut here---start->8--- >> #+NAME: foo >> #+BEGIN_SRC emacs-lisp >> "foo" >> #+END_SRC >> >> #+NAME: bar >> #+CALL: foo() >> >> #+RESULTS: bar >> : foo >> >> #+C

Re: [O] Nested calls in babel

2019-09-12 Thread Berry, Charles
Your example works for me. viz, the call to bar returns "foo" (not nil). MacOS 10.14.6, Emacs 26.1, org release_9.2.6-534-g6f32e7 HTH, Chuck > On Sep 10, 2019, at 12:57 AM, Carlos Sánchez de La Lama > wrote: > > Hi all, > > I am being unable to make nested calls work. Here is a minimal snip