[Org] Increase refile levels to two
This commit is contained in:
parent
8bdaf26a0a
commit
6624ee7036
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ Configure refiling TODOs.
|
|||
(setq org-refile-use-outline-path 'file)
|
||||
(setq org-outline-path-complete-in-steps nil)
|
||||
(setq org-refile-allow-creating-parent-nodes 'confirm)
|
||||
(setq org-refile-targets '((org-agenda-files :maxlevel . 1)))
|
||||
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)))
|
||||
#+end_src
|
||||
|
||||
Warn me on deadlines in the next year.
|
||||
|
|
Loading…
Reference in a new issue