[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] keyword :html-postamble-format seems to not be used
From: |
Brady Trainor |
Subject: |
Re: [O] keyword :html-postamble-format seems to not be used |
Date: |
Thu, 03 May 2018 15:08:16 -0700 |
Brady Trainor <address@hidden> 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