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

2018-03-29 Thread Berry, Charles
> On Mar 28, 2018, at 8:39 PM, stardiviner wrote: > > `:results file` will write non-empty result to `:file`. But `:results link` > don't, it just insert a link of `:file` at result. And that is what I want to > solve in the first post of this thread. The :post header

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

2018-03-28 Thread stardiviner
`:results file` will write non-empty result to `:file`. But `:results link` don't, it just insert a link of `:file` at result. And that is what I want to solve in the first post of this thread. On 03/29/2018 12:23 AM, Nicolas Goaziou wrote: Hello, stardiviner writes:

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

2018-03-28 Thread Nicolas Goaziou
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

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

2018-03-28 Thread stardiviner
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

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

2018-03-27 Thread Nicolas Goaziou
Hello, stardiviner writes: > I added this patch to handle posted question case. > > This will improve Org-mode links with org-babel resulta lot. Make > Org-mode can insert link as user want at many places. > > Hope can be merged. Thank you. However, before thinking about

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

2018-03-26 Thread stardiviner
I added this patch to handle posted question case. This will improve Org-mode links with org-babel resulta lot. Make Org-mode can insert link as user want at many places. Hope can be merged. On 03/27/2018 02:06 AM, Michael Welle wrote: Hello, stardiviner writes: I