Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2024-05-09 Thread Ihor Radchenko
Ihor Radchenko writes: > This makes sense. Instead of making `org-create-file-search-functions' > return a cons cell, we can use the same scheme as in > `org-store-link-functions' where the functions can call > `org-link-store-props' inside to set e.g. the description. Fixed, on main. https://gi

Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-26 Thread Ihor Radchenko
Max Nikulin writes: >> Thus, we may as well take this opportunity and allow >> `org-create-file-search-functions' to return a cons cell >> ("search term" . "description"). This will not require unintuitive >> global variables. > > There is the `org-store-link-plist' variable used by :store functi

Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-26 Thread Max Nikulin
On 26/09/2022 19:12, Ihor Radchenko wrote: Magnus Therning writes: The documenation on org-create-file-search-functions contains this piece of text A function in this hook may also use setq to set the variable description to provide a suggestion for the descriptive text to be used for

Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-26 Thread Magnus Therning
Ihor Radchenko writes: Magnus Therning writes: The documenation on org-create-file-search-functions contains this piece of text A function in this hook may also use setq to set the variable description to provide a suggestion for the descriptive text to be used for this link when

Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-26 Thread Ihor Radchenko
Magnus Therning writes: > The documenation on org-create-file-search-functions contains this > piece of text > > A function in this hook may also use setq to set the variable > description to provide a suggestion for the descriptive text to > be used for this link when it gets inserted i

[BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-25 Thread Magnus Therning
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.