0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Update id link definition

* lisp/org-id.el ("id"): Update to use org-link-set-parameters.
This commit is contained in:
John Kitchin 2016-07-05 16:11:08 -04:00 committed by Nicolas Goaziou
parent 4e3fd4a1c8
commit 91e6b3b057

View file

@ -675,7 +675,7 @@ optional argument MARKERP, return the position as a new marker."
(move-marker m nil)
(org-show-context)))
(org-add-link-type "id" 'org-id-open)
(org-link-set-parameters "id" :follow #'org-id-open)
(provide 'org-id)