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:
parent
58b3c81418
commit
3d63440d2f
3
init.el
3
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user