lang/org: set default for org-refile-targets

So org-refile can see your agenda files and files adjacent to the
current one.
This commit is contained in:
Henrik Lissner 2018-09-08 18:42:03 -04:00
parent 6767bb926e
commit 90f0765cfb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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