https://bugs.documentfoundation.org/show_bug.cgi?id=147696
Bug ID: 147696
Summary: FILESAVE DOCX Index entries of alphabetic index are
wrongly exported to doxc
Product: LibreOffice
Version: 7.4.0.0 alpha0+ Master
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 178580
--> https://bugs.documentfoundation.org/attachment.cgi?id=178580&action=edit
Testdocument with alphabetic index
Open attached document and export it to docx. Open the docx file in Word.
Error:
The part, which is an index entry in odt, is not shown in Word. The index entry
itself is not visible in Word, but Word needs the original text _and_ the {XE
... } item.
Update the index. The items in the index are grouped, but are not grouped in
odt.
Error:
Word uses the : as grouping sign. So if an index entry in odt contains a :, it
has to be escaped in the {XE ...} item.
Example: Instead of
{ XE "draw:style-name" }
it has to be
{ XE "draw\:style-name" }
--
You are receiving this mail because:
You are the assignee for the bug.