weekly updates

This commit is contained in:
2026-03-19 17:59:15 +00:00
parent 980f66d77d
commit d04ff6b68e
39 changed files with 2401 additions and 17448 deletions

View File

@@ -99,7 +99,7 @@ Defaults to N=30."
;; Trim
(setq items (cl-subseq items 0 (min count (length items))))
;; Write Org file
(with-temp-file (expand-file-name "recently-updated.org" z-org-root)
(with-temp-file (site-path "home/recently-updated.org")
(insert "#+TITLE: Recently Updated\n"
"#+OPTIONS: toc:nil num:nil\n\n"
"* Recently Updated (top 26 files - per lima's request)\n")