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 >> >> #+CALL: bar() >> >> #+RESULTS: >> : nil >> --8<---------------cut here---------------end--------------->8--- > > Your example works for me. viz, the call to bar returns "foo" (not nil).
thanks for checking. I was using 25.3. I have now upgraded to 26.3 and it works as expected :) Carlos