diff options
author | Adrian Kummerlaender | 2020-10-04 19:19:26 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-10-04 19:19:26 +0200 |
commit | 9e91a59938be86d748a550ffc1223b54c981088b (patch) | |
tree | acd0c04737390edac6818641fedd0fac71e8349a /gui/conf | |
parent | 760ba1d9561d4a12ed5542303db96ccbda420448 (diff) | |
download | nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.tar nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.tar.gz nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.tar.bz2 nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.tar.lz nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.tar.xz nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.tar.zst nixos_home-9e91a59938be86d748a550ffc1223b54c981088b.zip |
Enable org refiling to any agenda files
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 150ec52..ddf727a 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -158,6 +158,9 @@ (org-src-tab-acts-natively t) (org-default-notes-file "~/org/inbox.org") (org-agenda-files '("~/org")) + (org-refile-targets '((nil :maxlevel . 3) + (org-agenda-files :maxlevel . 1))) + (org-refile-use-outline-path 'file) (org-link-frame-setup '((file . find-file))) ; open links in same frame (org-goto-interface 'outline-path-completion) (org-outline-path-complete-in-steps nil) |