I just found yet another error in converting to ePub from Mobipocket. When converting using 0.6.0b8, the resulting ePub has no ToC and the internal ToC has the links going to the wrong place.
Code:
ebook-convert "Star Trek - TOS - Troublesome Minds.prc" .epub --margin-top=0 --margin-bottom=0 --margin-left=0 --margin-right=0
Using 0.5.14, the resulting ePub works fine. has an external ToC and the internal ToC works fine.
Code:
any2epub margin-top=0 --margin-bottom=0 --margin-left=0 --margin-right=0 "Star Trek - TOS - Troublesome Minds.prc"
I am emailing the book as I don't want to put it up for just anyone to download.