emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] babel result chain outdated/inconsistent using var


From: Nicolas Goaziou
Subject: Re: [O] babel result chain outdated/inconsistent using var
Date: Thu, 07 Apr 2016 10:50:59 +0200

Hello,

Daniele Pizzolli <address@hidden> writes:

> #+NAME: pid-result
> #+RESULTS: pid
> #+NAME: echo-pid
> #+BEGIN_SRC shell :var DATA=pid-result :results value
> printf '%s' "${DATA}" #+END_SRC
>
> #+RESULTS: echo-pid

You are giving two names to the block, which is not possible. 

I don't know what you are trying to do here but you seem to confuse
blocks with their results. They can be named independently.

Regards,



reply via email to

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