Hi, I'd like to apply the --linearize-tables CLI option on a scheduled news recipe. It works perfectly if I run it on the command line, but I'd like to run this via the calibre scheduler.
I tried both (added into the recipe):
html2epub_options = 'linearize_tables = True'
and
html2epub = 'linearize_tables = True'
... but no effect.
What did I wrong?
|