From: rearman Date: Tue, 17 Mar 2026 15:31:49 +0000 (-0400) Subject: Formatting X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=50efb2313cdc58607209bbb1f7f84ce229a2a6de;p=emacsinit.git Formatting --- 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