I don't think its the theme/skin, the tasks features don't work at all as you haven't got fields displaying on the tasks, therefore no selections can be made, therefore broken macro!
The reason the macro is failing is due to the values for DisplayFields, OrderBy and Status not being available at all in the task records. It looks like you just imported some of my tiddlers (and some of the other ideas) into a base TiddlyWiki without the javascript work done by Phil Hawksworth (which is how the teamtasks things all work), but I haven't checked the back-end of your file to see if that's true. In your file you have the following macro call in the Open tasks tiddler: <<TTReportView DisplayFields:"Title,User,Priority,Status,Scope" OrderBy:"Title,asc" Scope:"Issue" Status:"!Complete">> If you modify it to just <<TTReportView>> you will see that the report performs and gathers all items with the "task" tag into a viewable table. It doesn't look the same as the standard teamtasks due to differences in the CSS. This is how we all learn though, by breaking it a couple of times :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

