Brady Trainor <[email protected]> writes: > [...] However, since `:html-postamble` accepts a function, I found it straightforward to take a bit from the source code and write the following,
#+begin_src emacs-lisp
:html-postamble
(lambda (info) (format
"<p class=\"date\">%s: %s</p>\n"
(org-html--translate "Created" info)
(format-time-string
(plist-get info :html-metadata-timestamp-format))))
#+end_src
--
Brady
