Emacs Org-Mode: reduce maxlevel for refile targets
This commit is contained in:
parent
1d8b025d3c
commit
b8a09d8a6e
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@
|
||||||
"* %? \n CREATED: %u\n %i\n")))
|
"* %? \n CREATED: %u\n %i\n")))
|
||||||
|
|
||||||
;; set org refile targets
|
;; 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
|
;; allow creating new targets on refile
|
||||||
(setq org-refile-allow-creating-parent-nodes 'confirm)
|
(setq org-refile-allow-creating-parent-nodes 'confirm)
|
||||||
|
|
Loading…
Reference in a new issue