From 9f55facdb638122554bfc27dad33b0d18a6c73d0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Aug 2025 15:42:00 +0200 Subject: [PATCH] Do not create new nodes when refiling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I haven't used this … ever? --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9450235..119b63c 100644 --- a/init.el +++ b/init.el @@ -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)