Do not query for creating missing links

Inspired by https://spepo.github.io/2025-06-22-fault-tolerant-org-links.html.
This commit is contained in:
Daniel Borchmann 2025-06-25 17:46:49 +02:00
parent 58b3c81418
commit 3d63440d2f
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -1011,7 +1011,8 @@ split horizontally again, but this extra work should not matter much."
:config (require 'org-ql-search)) :config (require 'org-ql-search))
(use-package ol (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) :commands (org-store-link)
:autoload (org-link-set-parameters) :autoload (org-link-set-parameters)
:config (progn :config (progn