org-mode: Fixed org-refile-targets

This commit is contained in:
Marcel Kapfer 2018-10-17 20:23:19 +02:00
parent a3565d3f3f
commit 99758336da
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@
"* %? \n %u\n %i\n")))
;; set org refile targets
(setq org-refile-targets '(("~/cloud/org/projects.org")))
(setq org-refile-targets '(("~/cloud/org/projects.org" :maxlevel . 3)))
;; warn of deadlines in the next seven days
(setq org-deadline-warning-days 7)