aboutsummaryrefslogtreecommitdiff
path: root/modules/org-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
committerCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
commit1e288024d0d41836d24c3d99692dc2f8ddd416cf (patch)
treea0706dc0e378f576ba486734db9dddeb55b77991 /modules/org-config.el
parentd38aa9d10dd2aea7ec624408a684634b17c37eb8 (diff)
downloaddotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.tar.gz
dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.zip
refactor: created specific org-dir variable for ~/sync/org
Diffstat (limited to 'modules/org-config.el')
-rw-r--r--modules/org-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-config.el b/modules/org-config.el
index aa91f7e13..9765fbc84 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.")