diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/conf/init.el | 3 | 
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) | 
