Hello there!
I'm trying to create a macro that would allow the user to use the automatic
numbering "power".
I used this code:
#set ($context.tocNumbered = true)
#set ($context.tocData = $tdoc.getTOC(1, 6, true))
to create the macro.
I created the macro. However, when I tried to use it, it just didnt seem
work. After a little time searching I found the problem, or not...
Maybe there's something related to the version in which I'm creating and
using the macro. Either 2.0 or 1.0.
I've seen this issue which is related to the fact I pointed above:
http://jira.xwiki.org/jira/browse/XWIKI-3733
Any clues?
Thank you very much,
Wilson