Set org-archive-location to a central, encrypted, archive file
This commit is contained in:
parent
3d860c6d19
commit
59897ab9fc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue