Emacs Org-Mode: reduce maxlevel for refile targets

This commit is contained in:
Marcel Kapfer 2019-02-01 09:56:59 +01:00
parent 1d8b025d3c
commit b8a09d8a6e
No known key found for this signature in database
GPG Key ID: 2DD1043A5603FCED
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@
"* %? \n CREATED: %u\n %i\n")))
;; set org refile targets
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)))
;; allow creating new targets on refile
(setq org-refile-allow-creating-parent-nodes 'confirm)