lpaulsen93 / dokuwiki-plugin-odt

Exports a page to the Open Document format used by OpenOffice.org and other word processors
http://www.dokuwiki.org/plugin:odt
13 stars 26 forks source link

Error opening document with word processor when GeSHi language is specified in <code> tag #311

Closed spricer closed 9 months ago

spricer commented 1 year ago

Exported document throws error during openings when GeSHi language is specified in <code> tag. Can be reproduced with simple entry:

<code PowerShell>
DEMO
</code>
eduardomozart commented 9 months ago

Hello, I was able to open it without any issues on LibreOffice 7.6.4.1. Which LibreOffice version you're using? Which version of ODT plug-in are you using? Please attempt to reinstall the plug-in from Extension manager. Were you able to generate those on older ODT plugin versions? The PHP 8 migration of this plugin wasn't as top of notch as it should, I did the best I could, but as I work on it as a side project (just because it's a plugin I use), maybe an older ODT version (2019) works better for you and we may work from it to attempt to fix it. Please notice that Word and other programs issues probably will not be handled here because ODT format are a LibreOffice/OpenOffice native format and issues may occur on outside programs when they converts the file.

spricer commented 9 months ago

True, opening this in LO doesn't throw error so I guess nothing to be done here. Will close Issue