id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 441,0.10-incompatibility: Broken.,Dinko Korunic ,Alec Thomas,"With Trac trunk (r3411) it stopped working with KeyError (check attached log). Code according to backtrace seems this section: {{{ def _heading_formatter(self, match, fullmatch): ... anchor = self._anchors[-1] ... }}} I have modified it to the following (code taken from Trac Wiki formatter directly): {{{ def _heading_formatter(self, match, fullmatch): ... anchor = fullmatch.group('hanchor') or '' ... }}} Seems to be working now. Hope this helps.",defect,closed,normal,TocMacro,normal,fixed,"toc, formatter",,0.10