Hello,
Brady Trainor writes:
> Looking at source of `org-html--build-pre/postamble`, I think
> `:html-postamble t` does check `org-html-postamble-format`, but I'd
> like it to check `:html-postamble-format` as well.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
Brady Trainor 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
"%s: %s\n"
(org-html--translate
Looking at source of `org-html--build-pre/postamble`, I think `:html-postamble
t` does check `org-html-postamble-format`, but I'd like it to check
`:html-postamble-format` as well.
I encountered this problem as I'm trying to remove the validate string in the
postamble, which `:html-postamble au