Updated config 2023-06-12
This commit is contained in:
parent
23735dbe48
commit
9c3f4bc4d0
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue