From: David G. <go...@py...> - 2017-05-03 22:12:48
|
On Wed, May 3, 2017 at 5:02 PM, Matěj Cepl <mc...@ce...> wrote: > On 2017-05-03, 21:24 GMT, David Goodger wrote: >> On Wed, May 3, 2017 at 3:43 PM, Matěj Cepl <mc...@ce...> >> wrote: >>> If I run >>> >>> $ rst2odt -l cs kobylky.rst >kobylky.odt >>> >>> I would expect that kobylky.odt default style would be in the >>> Czech language. >> >> What do you mean by "default style"? > > In LibreOffice Writer press F11 and select the root style > (called “Default Style” in en_US locale), click other button of > the mouse and select “Modify”. In the “Font” tab select language > of the font. > > I see that it is probably not what’s meant to be the result of > rst2odt, but it would be awesome if this value was configurable > somehow, because I write in Czech, but I have ODT always > generated in English. I don't think that was ever meant to be a feature of the Docutils ODT Writer. You can add a Feature Request for it though. David Goodger <http://python.net/~goodger> |