From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: problem with babel call with post action Date: Tue, 20 Jun 2017 21:23:25 +0200 Message-ID: <8737aubh02.fsf@nicolasgoaziou.fr> References: <874lvaadbt.fsf@delle7240.chemeng.ucl.ac.uk> 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]:33474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNOkK-0003dE-Jl for emacs-orgmode@gnu.org; Tue, 20 Jun 2017 15:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNOkJ-0006Jn-Jt for emacs-orgmode@gnu.org; Tue, 20 Jun 2017 15:23:28 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:37345) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dNOkJ-0006JQ-DO for emacs-orgmode@gnu.org; Tue, 20 Jun 2017 15:23:27 -0400 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id DBB01172095 for ; Tue, 20 Jun 2017 21:23:25 +0200 (CEST) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1dNOkH-0002rU-47 for emacs-orgmode@gnu.org; Tue, 20 Jun 2017 21:23:25 +0200 In-Reply-To: <874lvaadbt.fsf@delle7240.chemeng.ucl.ac.uk> (Eric S. Fraga's message of "Tue, 20 Jun 2017 16:28:06 +0100") 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: emacs-orgmode@gnu.org Hello, Eric S Fraga writes: > the following single line command (may be wrapped in email) used to work > a while back (maybe last year?): > > #+call: > graph-from-tables(options=3D"rankdir=3DLR;",nodes=3Dsubtasks-table[2:-1= ],graph=3Ddependency-table[2:-1]) :exports > results :results file :post plot-graph[:results file :exports > results :file dependency-graph.pdf](graph=3D*this*) That is a serious babel call. > This now gives this error message if I evaluate it: > > org-babel-ref-resolve: Reference =E2=80=98file dependency-graph.pdf](gr= aph=3D*this*=E2=80=99 not found in this buffer > > I've tried this with an up to date org (on another system) with same > outcome. I have not yet tried emacs -Q. I improved babel call arguments parsing. Could you confirm that your wizardry is in order now? Regards, --=20 Nicolas Goaziou