mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-02 20:55:13 +00:00
Autoload org-id-store-link
* lisp/org-id.el (org-id-store-link): Autoload. * lisp/org.el ("org-id"): Autoload `org-id-store-link'.
This commit is contained in:
parent
682b275615
commit
fe684b62c6
@ -596,6 +596,7 @@ optional argument MARKERP, return the position as a new marker."
|
||||
;; Calling the following function is hard-coded into `org-store-link',
|
||||
;; so we do have to add it to `org-store-link-functions'.
|
||||
|
||||
;;;###autoload
|
||||
(defun org-id-store-link ()
|
||||
"Store a link to the current entry, using its ID."
|
||||
(interactive)
|
||||
|
@ -3992,7 +3992,7 @@ collapsed state."
|
||||
(org-autoload "org-id"
|
||||
'(org-id-get-create org-id-new org-id-copy org-id-get
|
||||
org-id-get-with-outline-path-completion
|
||||
org-id-get-with-outline-drilling
|
||||
org-id-get-with-outline-drilling org-id-store-link
|
||||
org-id-goto org-id-find org-id-store-link))
|
||||
|
||||
;; Autoload Plotting Code
|
||||
|
Loading…
x
Reference in New Issue
Block a user