summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/org-refile-config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/org-refile-config.el b/modules/org-refile-config.el
index f36af000..cc5653f1 100644
--- a/modules/org-refile-config.el
+++ b/modules/org-refile-config.el
@@ -15,7 +15,9 @@
(interactive)
(let (new-files)
;; Start with the inbox and the schedule files.
- (setq new-files `((,inbox-file . (:maxlevel . 1)) (,schedule-file . (:maxlevel . 1))))
+ (setq new-files `((,inbox-file . (:maxlevel . 1))
+ (,reference-file . (:maxlevel . 2))
+ (,schedule-file . (:maxlevel . 1))))
;; Extend new-files with the project and topic files.
(let ((project-and-topic-files (append (cj/org-roam-list-notes-by-tag "Project")