From 50efb2313cdc58607209bbb1f7f84ce229a2a6de Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 17 Mar 2026 11:31:49 -0400 Subject: [PATCH] Formatting --- re/re-org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/re/re-org.el b/re/re-org.el index cb6887f..4862429 100644 --- a/re/re-org.el +++ b/re/re-org.el @@ -139,7 +139,9 @@ (advice-add 'org-refile :after (lambda (&rest _) (re/org-save-all))) ;; Archiving (use re/org-archive-all periodically) -(setq org-archive-location (concat "~/org/" (format-time-string "%Y" (current-time)) ".org::datetree/")) +(setq org-archive-location (concat "~/org/" + (format-time-string "%Y" (current-time)) + ".org::datetree/")) (provide 're-org) ;;; re-org.el ends here -- 2.39.5