Hi all,
I'd like to add a table of contents to a HTML export with body-only
set
to t (to feed into jekyll later), but org-html.el automatically
disables
the TOC when body-only is given.
I have used the attached one-line patch without any problems, the
(still
XHTML strict compliant) result can be seen here:
http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html
gitk tells me that the line I have changed was first introduced in
Release 4.75, so is this just a use case that was not thought of when
this was programmed, or is there a specific reason?