aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-10-04 19:19:26 +0200
committerAdrian Kummerlaender2020-10-04 19:19:26 +0200
commit9e91a59938be86d748a550ffc1223b54c981088b (patch)
treeacd0c04737390edac6818641fedd0fac71e8349a /gui/conf/init.el
parent760ba1d9561d4a12ed5542303db96ccbda420448 (diff)
downloadnixos_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/init.el')
-rw-r--r--gui/conf/init.el3
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)