diff options
-rw-r--r-- | emacs-init.org | 4 |
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 |