Skip to content

Commit cb6daf7

Browse files
committed
fix(org): correct the archive location
1 parent 4b5fd8c commit cb6daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cats/+org.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
(org-directory cat-org-directory)
1212
(org-agenda-files (list cat-org-directory))
1313
(org-default-notes-file (expand-file-name "notes.org" cat-org-directory))
14-
(org-archive-location (concat cat-org-directory "archive.org::* From %s"))
14+
(org-archive-location (concat (expand-file-name "archive.org" cat-org-directory) "::* From %s"))
1515
(org-auto-align-tags nil)
1616
(org-startup-indented t)
1717
(org-startup-with-link-previews t)

0 commit comments

Comments
 (0)