From 3d63440d2f14f47d8da75790df3c9a7bb22f10a6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 25 Jun 2025 17:46:49 +0200 Subject: [PATCH] Do not query for creating missing links Inspired by https://spepo.github.io/2025-06-22-fault-tolerant-org-links.html. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ef35d76..8cf9dc7 100644 --- a/init.el +++ b/init.el @@ -1011,7 +1011,8 @@ split horizontally again, but this extra work should not matter much." :config (require 'org-ql-search)) (use-package ol - :init (setq org-link-keep-stored-after-insertion t) + :init (setopt org-link-keep-stored-after-insertion t + org-link-search-must-match-exact-headline nil) :commands (org-store-link) :autoload (org-link-set-parameters) :config (progn