diff -r 717b20c56358 -r c6a8651e6bbc exports.cpp --- a/exports.cpp Wed Mar 21 11:51:38 2007 +0000 +++ b/exports.cpp Sat Mar 31 09:28:27 2007 +0000 @@ -131,6 +131,7 @@ bo=mapCenter->first(); while (bo) { + cout << "export bo="<getHeading().ascii()<getDepth();i++) actIndent+= indentPerDepth; @@ -142,6 +143,8 @@ } else if (bo->getDepth()==1) ts << ("\n"+getSectionString(bo) + bo->getHeading()+ "\n"); else if (bo->getDepth()==2) + ts << (actIndent + " * " + bo->getHeading()+ "\n"); + else if (bo->getDepth()==3) ts << (actIndent + " o " + bo->getHeading()+ "\n"); else ts << (actIndent + " - " + bo->getHeading()+ "\n");