diff -r 31de6677aa96 -r 2881c4424190 exports.cpp --- a/exports.cpp Thu Dec 03 22:32:24 2009 +0000 +++ b/exports.cpp Mon Dec 07 21:56:46 2009 +0000 @@ -192,10 +192,11 @@ ts << "\n\n"; break; case 4: // That's the item we need to know - ts << (curIndent + "* " + colString+" "+ cur->getHeading()); + //ts << (curIndent + "* " + colString+" "+ cur->getHeading()); + ts << colString+" "+ cur->getHeading(); if (cur->isActiveStandardFlag ("hook-green")) ts << " [DONE] "; - else if (cur->isActiveStandardFlag ("clock")) + else if (cur->isActiveStandardFlag ("wip")) ts << " [WIP] "; else if (cur->isActiveStandardFlag ("cross-red")) ts << " [NOT STARTED] ";