Hello, Daniele Pizzolli <d...@toel.it> 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,