From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: babel result chain outdated/inconsistent using var Date: Thu, 07 Apr 2016 10:50:59 +0200 Message-ID: <87a8l594zw.fsf@nicolasgoaziou.fr> References: <87k2kbzzzzrlna@me.localhost.invalid> <87zit6c2y6.fsf@nicolasgoaziou.fr> <877fgazzzzsw8d@me.localhost.invalid> <87inzu7d2l.fsf@nicolasgoaziou.fr> <87k2k9zzzzrg5a@me.localhost.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao5cT-0001rJ-7b for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 04:48:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ao5cS-00016o-5g for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 04:48:53 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:58565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao5cR-00016b-WE for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 04:48:52 -0400 In-Reply-To: <87k2k9zzzzrg5a@me.localhost.invalid> (Daniele Pizzolli's message of "Thu, 07 Apr 2016 10:12:49 +0200") 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniele Pizzolli Cc: Org-mode Hello, Daniele Pizzolli 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,