org-spec
org-spec copied to clipboard
#postamble has to be styled
I see that you are doing this:
#+HTML: <div class="outline-2" id="meta">
| *Author* | {{{author}}} ({{{email}}}) |
| *Date* | {{{time(%Y-%m-%d %H:%M:%S)}}} |
#+HTML: </div>
However, orgmode already outputs this information in postamble. Right now it is rendered underneath the ToC, which is definitely not right.