From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] support insert link without write result to :file link Date: Wed, 28 Mar 2018 18:23:00 +0200 Message-ID: <874ll0qie3.fsf@nicolasgoaziou.fr> References: <87zi2u90f6.fsf@luisa.c0t0d0s0.de> <11516348-a184-6f9e-6a10-15fe4b06d0fb@gmail.com> <87o9jarq4l.fsf@nicolasgoaziou.fr> <55a201ba-d990-ede1-cf12-a6a3814d1979@gmail.com> 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]:40249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1Dqt-0001vj-3T for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 12:23:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1Dqp-000094-5L for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 12:23:07 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:52181) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f1Dqo-000077-UQ for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 12:23:03 -0400 In-Reply-To: <55a201ba-d990-ede1-cf12-a6a3814d1979@gmail.com> (stardiviner's message of "Thu, 29 Mar 2018 00:11:00 +0800") 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: stardiviner Cc: emacs-orgmode@gnu.org Hello, stardiviner writes: > Hi, Nicolas, I have problem in my code. Even after many times and > 5 hourse Edebug on ob-core.el code. Still can't find out where is > wrong. After Edebug, just know somewhere is wrong. here is my info: > > - [ ] probelm is on ~org-babel-merge-params~, ~info~ is generated from > it, but it removed ~link~ in ~:results~. > - [ ] org-babel-execute-src-block > =C2=A0 - [ ] (org-babel-get-src-block-info) > =C2=A0=C2=A0=C2=A0 - [ ] (let* ((info .. (apply #'org-babel-merge-params = ...))))=C2=A0 ->=20 > info -> :results file replace (been removed here) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 - because ~:results link file replace~ are= merged into ~:results > file replace~? > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 - where does the ~file~ comes = from? > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 - from ~:file~ hea= der argument? > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 - whic= h function get this? > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 - [ ] org-babel-process-params info > > > I added my latest patches in attachment (include test, and added your > suggested modification). Can you help me on my code? What are the differences between ":results file" and ":results link"? Regards, --=20 Nicolas Goaziou