From 068833562976710b6d25f5dd77b308ee359c42b9 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 27 Sep 2021 17:46:41 -0400 Subject: [PATCH] FIX use real IDs when capturing --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 29cda4d..03ffec3 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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: