From 9e91a59938be86d748a550ffc1223b54c981088b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 4 Oct 2020 19:19:26 +0200 Subject: Enable org refiling to any agenda files --- gui/conf/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui') 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) -- cgit v1.2.3