Do not create new nodes when refiling

I haven't used this … ever?
This commit is contained in:
Daniel Borchmann 2025-08-17 15:42:00 +02:00
parent 195a6afb5f
commit 9f55facdb6
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -872,7 +872,7 @@ split horizontally again, but this extra work should not matter much."
(db/org-default-notes-file . (:maxlevel . 9)))
org-refile-use-outline-path 'buffer-name
org-refile-use-cache nil
org-refile-allow-creating-parent-nodes 'confirm
org-refile-allow-creating-parent-nodes 'nil
org-indirect-buffer-display 'current-window
org-outline-path-complete-in-steps nil
org-refile-target-verify-function 'db/verify-refile-target)