From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: refernce to call results Date: Wed, 13 Nov 2013 12:12:42 +0100 Message-ID: <86fvr01ro5.fsf@somewhere.org> References: <87r4ak61uf.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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 -- Sebastien Vauban