https://bugs.documentfoundation.org/show_bug.cgi?id=129713
--- Comment #11 from kolAflash <[email protected]> --- WORKAROUNDS Either use another tool like: odt2txt unoconv --format=txt --stdout Or for your Git config (for diffing ODF files): [diff "odf"] textconv = "bash -c 'td=\"$(mktemp -d)/\"; loffice --convert-to txt --outdir \"${td}\" \"${0}\" || true; cat \"${td}\"*; rm -Iv \"${td}\"*; rmdir -v \"${td}\"'" # NOTE: The -I for rm is important for safety reasons. DONT REMOVE THE -I!!! -- You are receiving this mail because: You are the assignee for the bug.
