id summary reporter owner description type status priority component severity resolution keywords cc release 9035 [patch] allow removing output of other macros from included pages Benoit Grégoire "This was inspired (and works well with) OdtExportPlugin This patch implements a named remove_macros parameter. By default the output of the macros !PageOutline, !TracGuideToc, !TOC, !TranslatedPages is removed, just like in OdtExportPlugin. So: {{{ [[Include(PageName, remove_macros=)]] }}} produces the same behaviour as before the patch. {{{ [[Include(PageName, remove_macros=PageOutline:TracGuideToc:TOC:TranslatedPages)]] }}} produces the same behaviour as not passing any remove_macros parameters. {{{ [[Include(PageName, remove_macros=PageOutline:TOC)]] }}} would only remove the output of the !PageOutline and TOC macros, and leave the rest alone. " enhancement new normal IncludeMacro normal macro processor renderer nesting sanitizing 0.11