summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-01 19:26:22 +0200
committerfpi2020-07-01 19:30:07 +0200
commit333360e8f8d9ff5b69373e52a7e334448f0460c3 (patch)
tree9328b5166835a33216b8bd7746fae853dae1423f /emacs-init.org
parentAdd a week agenda (diff)
Increase depth of refile levels for agenda files
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org2
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