]> git.earman.xyz Git - emacsinit.git/commitdiff
Formatting
authorrearman <rearman@r717.net>
Tue, 17 Mar 2026 15:31:49 +0000 (11:31 -0400)
committerrearman <rearman@r717.net>
Tue, 17 Mar 2026 15:31:49 +0000 (11:31 -0400)
re/re-org.el

index cb6887f9a31b4179b77e2021767d880884cb9459..48624297b9d47cca43db990e4fb45d1a0511acc7 100644 (file)
 (advice-add 'org-refile :after (lambda (&rest _) (re/org-save-all)))
 \f
 ;; 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