Org-mode: removed refile max level

This commit is contained in:
Marcel Kapfer 2018-10-17 20:20:45 +02:00
parent fbd92737d2
commit a3565d3f3f
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" :maxlevel 3)))
(setq org-refile-targets '(("~/cloud/org/projects.org")))
;; warn of deadlines in the next seven days
(setq org-deadline-warning-days 7)