From e42f49e26ce8922bed11ff940113c05ed06476b9 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 27 Feb 2024 15:19:47 -0500 Subject: [PATCH] Add global org archive file --- config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 279d4b4..ae62975 100644 --- a/config.org +++ b/config.org @@ -2230,8 +2230,11 @@ doesn't mean everyone would have the time or patience to make it work. #+begin_src emacs-lisp +(setq org-directory "~/org/") + (after! org - (setq org-directory "~/org/" + (setq org-archive-location ; Global archive file + (concat org-directory ".org_archive::") org-cycle-emulate-tab nil ; We don't need this with evil org-attach-dir-relative t org-log-into-drawer t ; Write logs into :LOGBOOK: