emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Nested calls in babel


From: Carlos Sánchez de La Lama
Subject: Re: [O] Nested calls in babel
Date: Mon, 16 Sep 2019 11:31:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]