You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have org super links use org-super-links-get-location, which uses org refile get location under the hood, then this vanilla org mode code to get completion for IDs for org refile targets should work, if I understand how org works correctly (I'm new to this and not at my computer to test):
(org-link-set-parameters "id":complete#'org-id-complete-link)
(defunorg-id-complete-link ()
"Create an id: link using completion."
(concat "id:" (org-id-get-with-outline-path-completion org-refile-targets)))
Hi
Long time user of org-super-links here!
I would like to make a suggestion to add search to id links.
As I see you have little time, I will just share an example. If you are interested, and it is not enough to explain myself, let me know:
The text was updated successfully, but these errors were encountered: