gerg wrote:
> I'm sorry but I don't understand your response. I have found that
> when I add in a line of text after a linked heading that I can get the
> heading to show up...
>
> Is this a bug?
>
Currently empty sections are removed on purpose (by the treecleaner
module). But now you customize which treecleaner methods are skipped in
the customconfig.py file. In your case you probably would want to add
the 'removeEmptySections' to the treecleaner_skip_methods.
--> create a customconfig.py file with the following content and place
it somewhere where python can find it:
treecleaner_skip_methods = ['fixPreFormatted',
'removeEmptyReferenceLists', 'removeEmptySections']
This should fix your problem.
Regards,
Volker
--
volker haas brainbot technologies ag
fon +49 6131 2116394 boppstraße 64
fax +49 6131 2116392 55118 mainz
[email protected] http://www.brainbot.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---