diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el index 0dd55b6..db0d292 100644 --- a/emacs/site-lisp/org-init.el +++ b/emacs/site-lisp/org-init.el @@ -129,7 +129,9 @@ (setq org-hide-emphasis-markers t) (setq org-outline-path-complete-in-steps t) (setq org-refile-allow-creating-parent-nodes t) -(setq org-refile-targets '((nil . (:maxlevel . 6)))) +(setq org-refile-targets `((,(append oni:personal-agenda-files + oni:work-agenda-files) + . (:maxlevel . 6)))) (setq org-refile-use-outline-path 'file) (setq org-return-follows-link t) (setq org-src-fontify-natively t)