From 9f181217d4a0ab9fd9bc6e98c32ebf05fd6a8d8d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Oct 2021 14:23:46 -0700 Subject: org: be specific about the refile targets --- emacs/custom/fcuny-org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index ffb2793..2646a3b 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -68,7 +68,9 @@ ;; refile (org-refile-use-cache nil) - (org-refile-targets '((org-agenda-files . (:maxlevel . 1)))) + (org-refile-targets `((,(expand-file-name "tasks.org" org-directory) :maxlevel . 1) + (,(expand-file-name "notes.org" org-directory) :maxlevel . 1) + (,(expand-file-name "projects.org" org-directory) :maxlevel . 1))) (org-refile-use-outline-path 'file) (org-outline-path-complete-in-steps nil) (org-refile-allow-creating-parent-nodes 'confirm) -- cgit 1.4.1