On 23 July 2016 at 20:35, Robert Weiner <[email protected]> wrote: > On Sat, Jul 23, 2016 at 1:09 PM, Gavin Smith <[email protected]> > wrote: >> >> >> As a matter of fact, it did work. The nodes that were level of section >> or lower had redirection pages output for them instead. > > > Is it that you got one file per chapter and the section nodes were in the > chapter files
Yes. > or one file per section? I get one file per section, not per > chapter. Also yes. I had one file per node, but the chapter files contained all the sections in those chapters. The nodes corresponding to sections also had files output, but these didn't contain the actual contents of the sections, they were redirection pages like: ===================================== <meta http-equiv="Refresh" content="0; url=C1.html#S10"> </head> <body lang="en"> <p>The node you are looking for is at <a href="C1.html#S10">S10</a>.</p> </body> ================================== (I haven't quoted the whole file here.)
