Create multi-page website with one org-mode file
emacs, html, org-mode
Solution
Yes, it is possible. But, no, the current (8.0.x) HTML exporter does not have a capability to generate multiple files.
One way to do it is to generate a texi file with the texinfo exporter, then convert the texi file to html with `makeinfo --html`. As the Org Guide seems to be generated by this way.
Problem
When exporting an org file to html, it appears that one org file translates to one html file. Is it possible to have certain headings export as a separate file, so that we end up with a main page and a number of sub-pages, all from one org file? For example, the Org Guide looks like it could logically be laid out in a single file.