From: rearman Date: Wed, 5 Jun 2024 16:02:26 +0000 (-0400) Subject: Better handle when to create org links X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=776cc3c1c09d2fa7194665fd8e9b237561ef1986;p=emacsinit.git Better handle when to create org links --- 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