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:
parent
6767bb926e
commit
90f0765cfb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue