From 90f0765cfb2181cd333d15a2c828c393825d7fd7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 8 Sep 2018 18:42:03 -0400 Subject: [PATCH] lang/org: set default for org-refile-targets So org-refile can see your agenda files and files adjacent to the current one. --- modules/lang/org/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index bfdf2785f..271451a4e 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -172,6 +172,9 @@ unfold to point on startup." '((?a . error) (?b . warning) (?c . success)) + org-refile-targets + '((nil :maxlevel . 3) + (org-agenda-files :maxlevel . 3)) org-startup-folded t org-startup-indented t org-startup-with-inline-images nil