Open GoogleCodeExporter opened 9 years ago
ODT and ODP.
Original comment by fgalla...@gmail.com
on 10 Dec 2010 at 10:21
txt2tags --targets | wc -l
31
=> now we have 31 :)
Original comment by eforg...@gmail.com
on 23 Dec 2011 at 1:24
odt would be great !
Original comment by Anne.Pac...@gmail.com
on 29 Apr 2013 at 12:25
yes it would be a good feature to support this open format. Meanwhile, you can
also export to rtf, and if it's not enough you can convert from rtf to odt
using unoconv:
unoconv -f odt sample.rtf
The full process from a sample.t2t file would be:
unoconv --listener &
txt2tags -t rtf sample.t2t && unoconv -f odt sample.rtf
Original comment by eforg...@gmail.com
on 29 Apr 2013 at 2:33
Original issue reported on code.google.com by
aureliojargas@gmail.com
on 10 Dec 2010 at 10:00