Quote:
Originally Posted by g8dhe
what's different between running under the GUI and scheduling separately from the command line ?
|
There's not supposed to be any (much?) difference. That said, I've seen reports of differences, and replicated them only once, but it was a long time ago. I haven't tracked any problems like this down, but I think they may relate to the conversion from the XHTML stage to the final format. I'd suggest you run:
Code:
ebook-convert computer_active.recipe outputdir --test -vv > ca-debug.log
Then see what the XHTML results are in outputdir when viewed in the browser. If the recipe runs to completion and the outputdir looks good in the browser, you will know the problem is in the conversion stage after that.