We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5fd8c commit cb6daf7Copy full SHA for cb6daf7
cats/+org.el
@@ -11,7 +11,7 @@
11
(org-directory cat-org-directory)
12
(org-agenda-files (list cat-org-directory))
13
(org-default-notes-file (expand-file-name "notes.org" cat-org-directory))
14
- (org-archive-location (concat cat-org-directory "archive.org::* From %s"))
+ (org-archive-location (concat (expand-file-name "archive.org" cat-org-directory) "::* From %s"))
15
(org-auto-align-tags nil)
16
(org-startup-indented t)
17
(org-startup-with-link-previews t)
0 commit comments