From 2e875a849085b3d34d028c7ef3ca780ff78019b7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:21:37 -0500 Subject: refactor: created specific org-dir variable for ~/sync/org --- modules/org-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/org-config.el') diff --git a/modules/org-config.el b/modules/org-config.el index aa91f7e1..9765fbc8 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -11,7 +11,7 @@ ;; note: some constants used here are defined in init.el (defvar org-archive-location - (concat sync-dir "/archives/archive.org::datetree/") + (concat org-dir "/archives/archive.org::datetree/") "Location of the archive file. The archive file is where org entries that are archived via org-archive-subtree-default are placed.") -- cgit v1.2.3