summaryrefslogtreecommitdiff
path: root/modules/org-config.el
diff options
context:
space:
mode:
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 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.")