NetAngels / django-webodt

django module to create MS Word, PDF and other types of documents from ODF and HTML templates
http://packages.python.org/django-webodt/
93 stars 52 forks source link

WEBODT_ABIWORD_COMMAND option is ignored #6

Closed mattaustin closed 13 years ago

mattaustin commented 13 years ago

The documentation refers to WEBODT_ABIWORD_COMMAND in order to specify a custom command for AbiWord. However, although converters/abiword.py imports this option, it ignores it and specifies WEBODT_ABIWORD_COMMAND = ['/usr/bin/abiword', '--plugin', 'AbiCommand'] in the code.

imankulov commented 13 years ago

My bad. Thank you for the report.