Org-mode: removed refile max level
This commit is contained in:
parent
fbd92737d2
commit
a3565d3f3f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue