Alfredo Braunstein wrote: > Yes, I'd prefer to understand what's happening.
Found it. The problem is big and unrelated. CollapsableInsets contain an InsetText *as a member* so this insettext is not in any paragraph InsetList. This is also a general problem with ParIterator: the pars inside the insettext are not visited. Solutions? Alfredo