ADD real link function

This commit is contained in:
Nathan Dwarshuis 2021-09-25 01:40:22 -04:00
parent d9bc07c5c4
commit a5a5c91050
1 changed files with 7 additions and 0 deletions

View File

@ -1224,6 +1224,13 @@ an empty checkbox."
(interactive)
(org-x--headline-meeting-add-link org-x-drwr-agenda nil))
(defun org-x-id-store-link (arg &optional interactive)
"Make and ID for the current headline and store it in the org link ring.
ARG and INTERACTIVE are passed to `org-store-link'."
(interactive "P\np")
(org-id-store-link)
(org-store-link arg interactive))
;; timestamp shifting
(defun org-x--read-number-from-minibuffer (prompt &optional return-str)