Re: [PATCH] org-export: Make results of named code blocks a valid link

2022-08-22 Thread Ihor Radchenko
Ihor Radchenko writes: >> Or just carry it over for :exports results only? > > I like this idea better. See the attached patch. > After the patch, links to :exports both blocks will be ambiguous, unless > the results are explicitly named. So, I documented this detail in the > manual. Applied

Re: [PATCH] org-export: Make results of named code blocks a valid link

2022-08-08 Thread Ihor Radchenko
reza writes: > Sorry for my ignorance, I thought org-mode is part of Emacs but it seems > development happens in a separate repo. How is org-mode "added" to Emacs > because I was a little bit stuck in applying the patch? Org mode is distributed with Emacs. However, we only put the latest

Re: [PATCH] org-export: Make results of named code blocks a valid link

2022-08-08 Thread reza
On 8/5/22 12:15, Ihor Radchenko wrote: > I like this idea better. See the attached patch. > After the patch, links to :exports both blocks will be ambiguous, unless > the results are explicitly named. So, I documented this detail in the > manual. Looks good for me! Sorry for my ignorance, I

[PATCH] org-export: Make results of named code blocks a valid link

2022-08-05 Thread Ihor Radchenko
02feb954e0645ed8652e0983.1659694297.git.yanta...@gmail.com> From: Ihor Radchenko Date: Fri, 5 Aug 2022 18:09:02 +0800 Subject: [PATCH] org-export: Make results of named code blocks a valid link target * lisp/ox.el (org-export-search-cells): Use #+RESULTS keyword as search cell when #+NA