Re: [PATCH] lisp/ol.el: Improve docstring

2024-02-08 Thread Ihor Radchenko
"Rick Lupton" writes: > On Sat, 3 Feb 2024, at 1:10 PM, Ihor Radchenko wrote: >> In my testing, I used #+name: as link target. >> However, what I missed is that #+name targets are matched even when >> `org-link-search-must-match-exact-headline' is set to 'query-to-create. >> The docstring is not

[PATCH] lisp/ol.el: Improve docstring

2024-02-08 Thread Rick Lupton
On Sat, 3 Feb 2024, at 1:10 PM, Ihor Radchenko wrote: > In my testing, I used #+name: as link target. > However, what I missed is that #+name targets are matched even when > `org-link-search-must-match-exact-headline' is set to 'query-to-create. > The docstring is not accurate there and must be upd