diff options
| author | fpi | 2020-07-10 17:47:02 +0200 | 
|---|---|---|
| committer | fpi | 2020-07-10 17:48:53 +0200 | 
| commit | b31b02c8b881e9554db2c839924fc7883b61382c (patch) | |
| tree | d449b7df020494607b1ae25a8034d5a99118923e | |
| parent | Set visible Bell (diff) | |
Increase refile targets level some more
No performance impact yet..
| -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  | 
