@signum -- yes, that was the reference I had seen before and vaguely recollected. I have to figure out how to use it
@theducks -- had I known the work I was making for myself, I would have planned ahead better
From the manual ...
Quote:
Note:
By default, when adding HTML files, calibre follows links in the files in depth first order. This means that if file A.html links to B.html and C.html and D.html, but B.html also links to D.html, then the files will be in the order A.html, B.html, D.html, C.html. If instead you want the order to be A.html, B.html, C.html, D.html then you must tell calibre to add your files in breadth first order. Do this by going to Preferences->Plugins and customizing the HTML to ZIP plugin.
|
So even with the PI option checked, the Sort Order logic would still order them as Part1, Part10, Part11, ..., Part2, Part20, ...
So the 'order' file is the only way
Correct?