From a5a5c91050c14493ccb59de897948ff24b12d391 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 25 Sep 2021 01:40:22 -0400 Subject: [PATCH] ADD real link function --- local/lib/org-x/org-x.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local/lib/org-x/org-x.el b/local/lib/org-x/org-x.el index 592e344..cf3632e 100644 --- a/local/lib/org-x/org-x.el +++ b/local/lib/org-x/org-x.el @@ -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)