ADD agenda function to link to metablocks

This commit is contained in:
Nathan Dwarshuis 2021-12-12 19:22:33 -05:00
parent 34675aaf65
commit e6284139d5
1 changed files with 6 additions and 0 deletions

View File

@ -1798,6 +1798,12 @@ It will clone the last entry in the selected subtree."
(org-x-agenda-cmd-wrapper nil (org-x-agenda-cmd-wrapper nil
(call-interactively #'org-x-id-store-link))) (call-interactively #'org-x-id-store-link)))
(defun org-x-agenda-id-store-link-metablock ()
"Apply `org-x-id-store-link-metablock' to an agenda entry."
(interactive)
(org-x-agenda-cmd-wrapper nil
(call-interactively #'org-x-id-store-link-metablock)))
;; agenda heading navigation functions ;; agenda heading navigation functions
(defun org-x-agenda--seek-heading (&optional back) (defun org-x-agenda--seek-heading (&optional back)