summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-10 17:47:02 +0200
committerfpi2020-07-10 17:48:53 +0200
commitb31b02c8b881e9554db2c839924fc7883b61382c (patch)
treed449b7df020494607b1ae25a8034d5a99118923e /emacs-init.org
parentSet visible Bell (diff)
Increase refile targets level some more
No performance impact yet..
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
1 files changed, 2 insertions, 2 deletions
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