Set org-archive-location to a central, encrypted, archive file

This commit is contained in:
Evie Litherland-Smith 2024-08-07 09:47:31 +01:00
parent 3d860c6d19
commit 59897ab9fc

View file

@ -750,7 +750,7 @@ Configure email with iCalendar event support, to integrate with
:custom
(org-directory "~/Documents/org")
(org-default-notes-file (expand-file-name "notes.org" org-directory))
(org-archive-location "::* Archived Tasks")
(org-archive-location (concat (expand-file-name "archive.org.gpg" org-directory) "::datetree/"))
(org-hide-emphasis-markers t)
(org-use-sub-superscripts '{})
(org-pretty-entities t)