From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jherek@t-online.de" Subject: Re: Babel: Why does noweb work differently depending on 'call depth'? Date: Sun, 24 Jun 2018 13:33:45 +0200 (CEST) Message-ID: <1529840025335.470163.d1a51bc5218010a0a85eef5d4784fad015ded85d@spica.telekom.de> References: <1529759322663.440746.e1992439432bfc672ed4174d1eaa1eec843c3b21@spica.telekom.de> <87a7rlvcnh.fsf@nicolasgoaziou.fr> Reply-To: "Jherek@t-online.de" Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fX3HM-0008HM-Ek for emacs-orgmode@gnu.org; Sun, 24 Jun 2018 07:34:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fX3HJ-0004f8-Av for emacs-orgmode@gnu.org; Sun, 24 Jun 2018 07:34:00 -0400 Received: from mailout07.t-online.de ([194.25.134.83]:43082) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fX3HJ-0004en-3d for emacs-orgmode@gnu.org; Sun, 24 Jun 2018 07:33:57 -0400 In-Reply-To: <87a7rlvcnh.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: "gnu.org, emacs-orgmode" Thank you for this hint. I still do not really get the reason, why the difference shows up only in t= he compare part of the cond and works as expected in the t body, so I will go deeper into evaluation or= der and var replacement code. Greetings=20 >> Noweb expansion is done before references in the current source block >> are resolved. You are sending p1=3D"$x" instead of p1=3D"valB". >> Regards, >> Nicolas Goaziou =EF=BB=BF