Do not create new nodes when refiling
I haven't used this … ever?
This commit is contained in:
parent
195a6afb5f
commit
9f55facdb6
2
init.el
2
init.el
@ -872,7 +872,7 @@ split horizontally again, but this extra work should not matter much."
|
|||||||
(db/org-default-notes-file . (:maxlevel . 9)))
|
(db/org-default-notes-file . (:maxlevel . 9)))
|
||||||
org-refile-use-outline-path 'buffer-name
|
org-refile-use-outline-path 'buffer-name
|
||||||
org-refile-use-cache nil
|
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-indirect-buffer-display 'current-window
|
||||||
org-outline-path-complete-in-steps nil
|
org-outline-path-complete-in-steps nil
|
||||||
org-refile-target-verify-function 'db/verify-refile-target)
|
org-refile-target-verify-function 'db/verify-refile-target)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user