From 8a488356b3488bac6416a0b2df16b26ff82c6f6b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 29 Jun 2013 21:19:04 +0200 Subject: Specify my personal and work agendas for refile --- emacs/site-lisp/org-init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/site-lisp/org-init.el') 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) -- cgit v1.2.3-54-g00ecf