emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] support insert link without write result to :file link


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] support insert link without write result to :file link
Date: Wed, 28 Mar 2018 18:23:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

stardiviner <address@hidden> 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
>   - [ ] (org-babel-get-src-block-info)
>     - [ ] (let* ((info .. (apply #'org-babel-merge-params ...))))  -> 
> info -> :results file replace (been removed here)
>       - because ~:results link file replace~ are merged into ~:results
> file replace~?
>         - where does the ~file~ comes from?
>           - from ~:file~ header argument?
>             - which function get this?
>       - [ ] 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,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]