From 15f70bab3201f60f32dac64373dbb4353560d2db Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 2 Sep 2025 22:47:29 -0500 Subject: correcting reading notes file and jump to --- modules/user-constants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user-constants.el') diff --git a/modules/user-constants.el b/modules/user-constants.el index e71a5ae9a..a00a293e7 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -75,7 +75,7 @@ (defvar inbox-file (concat roam-dir "inbox.org") "The location of the org file that serves as the task inbox.") ; -(defvar reading-notes-file (concat roam-dir "reading-notes.org") +(defvar reading-notes-file (concat roam-dir "20250830141440-reading_notes.org") "The default notes file for org-noter.") ;; ------------------------- Verify Or Create Functions ------------------------ -- cgit v1.2.3