From b31b02c8b881e9554db2c839924fc7883b61382c Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 10 Jul 2020 17:47:02 +0200 Subject: Increase refile targets level some more No performance impact yet.. --- emacs-init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index fe10500..0e9a27d 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2832,8 +2832,8 @@ 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 . 5) +(org-refile-targets '((buffer-file-name :maxlevel . 12) + (org-agenda-files :maxlevel . 10) (fpi/org-file-buffer-list :maxlevel . 2))) #+end_src *** Time budgets -- cgit v1.2.3