emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] refernce to call results


From: Andreas Leha
Subject: Re: [O] refernce to call results
Date: Wed, 13 Nov 2013 12:33:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"Sebastien Vauban" <address@hidden>
writes:

> Andreas Leha wrote:
>> how do I reference the results of a #+call line?
>>
>> Here are my unsuccessful attempts:
>>
>> * Test call results
>>
>> #+name: curdir
>> #+begin_src sh
>>   echo "$PWD"
>> #+end_src
>>
>> #+results: curdir
>> : /home/andreas/tmp/junk/2013/11
>>
>>
>> #+name: curdircall
>> #+call: curdir()
>>
>> #+results: curdircall
>> : /home/andreas/tmp/junk/2013/11
>>
>> #+begin_src sh :var test=curdircall
>>   echo "$test"
>> #+end_src
>>
>> #+results:
>> : nil
>
> IIUC, #+CALL lines can't be named.
>
> See 
> http://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks
>  vs 
> http://orgmode.org/manual/Evaluating-code-blocks.html#Evaluating-code-blocks.
>
> Best regards,
>   Seb


Hi Sebastian,

they can be named now (see
http://thread.gmane.org/gmane.emacs.orgmode/73811/focus=74096).

Regards,
Andreas




reply via email to

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