[Org] Increase refile levels to two

This commit is contained in:
Marcel Kapfer 2022-02-12 22:53:18 +01:00
parent 8bdaf26a0a
commit 6624ee7036
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

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