; * admin/admin.el (make-news-html-file): Fix typo.

This commit is contained in:
Stefan Kangas 2022-09-17 21:59:47 +02:00
parent e2c3ce2402
commit 50bb9ec84c

View file

@ -955,7 +955,7 @@ $Date: %s $
(format admin--org-html-postamble
copyright-years
;; e.g. "2022/09/13 09:13:13"
(format-time-string "%Y/%M/%y %H:%m:%S")))
(format-time-string "%Y/%m/%d %H:%m:%S")))
(org-html-mathjax-template "")
(htmlize-output-type 'css))
(org-html-export-as-html))