Add default notes file as standard refile target

master
Daniel Borchmann 2 years ago
parent 81e193e1bc
commit 8fba9cad3b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64

@ -833,7 +833,8 @@
;; Refiling
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 9))
(nil . (:maxlevel . 9)))
(nil . (:maxlevel . 9))
(db/org-default-notes-file . (:maxlevel . 9)))
org-refile-use-outline-path 'file
org-refile-use-cache t
org-refile-allow-creating-parent-nodes 'confirm

Loading…
Cancel
Save