Re: [O] keyword :html-postamble-format seems to not be used

2018-05-03 Thread Nicolas Goaziou
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

Re: [O] keyword :html-postamble-format seems to not be used

2018-05-03 Thread Brady Trainor
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

[O] keyword :html-postamble-format seems to not be used

2018-05-03 Thread Brady Trainor
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