org-spec icon indicating copy to clipboard operation
org-spec copied to clipboard

#postamble has to be styled

Open AlexDaniel opened this issue 9 years ago • 0 comments

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.

AlexDaniel avatar Oct 03 '16 00:10 AlexDaniel