Org: use #+date not current time in html timestamp

This commit is contained in:
TEC 2020-12-09 20:57:23 +08:00
parent bd65ff20f4
commit e5cb16b14b
1 changed files with 1 additions and 1 deletions

View File

@ -5402,7 +5402,7 @@ compared to the default implementation."
(when title
(format
"<div class='page-header'><div class='page-meta'>%s, %s</div><h1 class=\"title\">%s%s</h1></div>\n"
(format-time-string "%Y-%m-%d %A %-I:%M%p")
(org-export-data (plist-get info :date) info)
(org-export-data (plist-get info :author) info)
(org-export-data title info)
(if subtitle