Wave changes

This commit is contained in:
2026-03-27 15:40:37 +00:00
parent 7fbe850756
commit 529acd4fcc
241 changed files with 8664 additions and 1256 deletions

4
lisp/recently-updated.el Executable file → Normal file
View File

@@ -83,7 +83,7 @@ N defaults to 30. Returns the number of entries written."
;; Trim to N
(setq items (cl-subseq items 0 (min count (length items))))
;; Write Org
(with-temp-file (site-path "home/recently-updated.org")
(with-temp-file (site-path "recently-updated.org")
(insert "#+TITLE: Recently Updated\n"
"#+OPTIONS: toc:nil num:nil\n\n"
(format "* Recently Updated (top %d files)\n" (length items)))
@@ -98,4 +98,4 @@ N defaults to 30. Returns the number of entries written."
(provide 'recently-updated)
;;; recently-updated.el ends here
;;; recently-updated.el ends here

0
lisp/sidenotes.el Executable file → Normal file
View File

0
lisp/sitemaps.el Executable file → Normal file
View File

0
lisp/tags.el Executable file → Normal file
View File