diff --git a/.config/doom/config.el b/.config/doom/config.el index 491aa53..d02ac8d 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -185,7 +185,11 @@ (setq org-wild-notifier-keyword-whitelist nil) -(setq org-refile-targets '(("~/enc/org/" :maxlevel . 2))) +;; (setq org-refile-targets '(("~/enc/org/" :maxlevel . 2))) +(setq org-refile-targets '((nil :maxlevel . 9) + (org-agenda-files :maxlevel . 9))) +(setq org-outline-path-complete-in-steps nil) ; Refile in a single go +(setq org-refile-use-outline-path t) ; Show full paths for refiling (setq find-file-visit-truename t)