On Wed, Mar 15, 2017 at 07:13:54PM +0800, subaochen wrote: > 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! >
Baochen Su, Did you make any progress? Are you still interested in helping fix the bug? If it is still an issue, post a trac ticket and set the xhtml export component. Scott
signature.asc
Description: PGP signature
