Updated config 2023-06-12

This commit is contained in:
Phil Bajsicki 2023-06-12 15:07:15 +02:00
parent 23735dbe48
commit 9c3f4bc4d0

View file

@ -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)