hi,
I have a custom flex inset (please check attachment: not-inset.module), but when export a lyx file to xhtml by "File->export->LyxHTML" (please check test.lyx), the exported xhtml file don't contain the htmllabel of flex inset. that is, I want the exported file just like: <div class="flex_notice"><span class="flex_notice_label">NOTE</span> a note text</div> but the exact output file is: <div class="flex_notice">a note text</div> I have debuged lyx and find that In file src/insets/InsetText.cpp, function InsetText::insetAsXHTML will check il.counters().empty(), but it failed here, I don't know how to fix it, any hints here? Thanks in advance! -- Best regards, Baochen Su
note-inset.module
Description: Binary data
test.lyx
Description: Binary data