file in LibreOffice because it is corrupt. What do I do?
Typically the corruption of odt file happens when the XML emitted by Org is not well-formed according to OpenDocument schema. If you encounter corruption issues please identify the root cause using one of the methods described below: • Use an Online validator • Pass the exported document through the ODF Validator and note down the errors. • Use Emacs’ in-built validator • Switch to *.odt buffer (C-x b whatever.odt) • Open the content.xml file – (Hit RET on content.xml) • Do a C-u C-c C-n – (M-x rng-first-error) • Note the error message, the XML markup at the point of error and the surrounding context. Once you have identified the error • Create a minimal org file that reproduces the error. • Post a bug-report to emacs-orgmode@gnu.org.