Hi,

I observed this problem:

ERROR - Ignoring property: number-columns-repeated="NaN" (No conversion
defined NaN; property:'number-columns-repeated')
X [0]                                    
reference/config/foo.pdf        BROKEN: Error(Unknown location):
fo:table-body is missing child elements.
Required Content Model: marker* (table-row+|table-cell+)

using a default html-file as source including a table with
<table>
<thead>
...
</thead>
<tbody>
...
</tbody>
</table>


as soon as I remove <tbody> and just leave the content it works.
IMHO, this is problem of the odt plugin as described in FOR-1102

Kind regards

Thomas