From 333360e8f8d9ff5b69373e52a7e334448f0460c3 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 1 Jul 2020 19:26:22 +0200 Subject: Increase depth of refile levels for agenda files --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-init.org') 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 -- cgit v1.2.3