Wave changes
This commit is contained in:
4
lisp/recently-updated.el
Executable file → Normal file
4
lisp/recently-updated.el
Executable file → Normal 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
0
lisp/sidenotes.el
Executable file → Normal file
0
lisp/sitemaps.el
Executable file → Normal file
0
lisp/sitemaps.el
Executable file → Normal file
0
lisp/tags.el
Executable file → Normal file
0
lisp/tags.el
Executable file → Normal file
Reference in New Issue
Block a user