diff options
author | fpi | 2020-07-01 19:26:22 +0200 |
---|---|---|
committer | fpi | 2020-07-01 19:30:07 +0200 |
commit | 333360e8f8d9ff5b69373e52a7e334448f0460c3 (patch) | |
tree | 9328b5166835a33216b8bd7746fae853dae1423f | |
parent | Add a week agenda (diff) |
Increase depth of refile levels for agenda files
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index dae6b87..0df2db7 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2713,7 +2713,7 @@ As refile only works on file-visiting buffers, we need to filter all other org b #+begin_src emacs-lisp :noweb-ref org-custom :tangle no (org-refile-use-outline-path 'file) (org-refile-targets '((buffer-file-name :maxlevel . 8) - (org-agenda-files :maxlevel . 3) + (org-agenda-files :maxlevel . 5) (fpi/org-file-buffer-list :maxlevel . 2))) #+end_src *** Time budgets |