FIX use real IDs when capturing

This commit is contained in:
Nathan Dwarshuis 2021-09-27 17:46:41 -04:00
parent e929cb88f5
commit 0688335629
1 changed files with 1 additions and 1 deletions

View File

@ -2562,7 +2562,7 @@ In some capture templates I want to automatically store a link to the entry so I
(when (org-capture-get :x-autolink)
(save-excursion
(org-back-to-heading)
(call-interactively #'org-store-link)))))
(call-interactively #'org-x-id-store-link)))))
#+END_SRC
**** creation time
:PROPERTIES: