From 776cc3c1c09d2fa7194665fd8e9b237561ef1986 Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 5 Jun 2024 12:02:26 -0400 Subject: [PATCH] Better handle when to create org links --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 853faf8..48dfa5e 100644 --- a/init.org +++ b/init.org @@ -1281,7 +1281,7 @@ Also add that defun to =safe-local-variables= so that emacs will run it. **** On Capture Generate an ID when I capture someting, and when I try to link to it. #+BEGIN_SRC emacs-lisp -(setq org-id-link-to-org-use-id t) +(setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id) #+END_SRC **** Existing File -- 2.39.5