-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
I have the problem that my version of Libreoffice sometimes likes to insert superfluous text:span elements. The problem is that this result in OpenTBS failing to substitute tag. For example I have the tag
[onshow.orchestra:treasurer:email]
which sometimes is "cut" into pieces in content.xml like
<text:span text:style-name="T27">[</text:span><text:span text:style-name="T24">onshow.orchestra:treasurer:email]</text:span>
So in this particular case the leading square-bracket is separated by this span element.
Is there a way to make OpenTBS "fix" this issue or to prevent LibreOffice from doing things like this?
Here is the particular Office-file:
instrument-insurance-record.odt
In this particular example the [onshow.orchestra:treasurer:email] is correctly substituted in the field below the signature, but not in the sender-address-field of the letter.
Any known work-around, except unzipping, editing and re-packing the document?
Kind thanks
Claus