1.1 --- a/exports.cpp Mon Mar 05 23:22:51 2007 +0000
1.2 +++ b/exports.cpp Sat Mar 31 09:28:27 2007 +0000
1.3 @@ -131,6 +131,7 @@
1.4 bo=mapCenter->first();
1.5 while (bo)
1.6 {
1.7 + cout << "export bo="<<bo->getHeading().ascii()<<endl;
1.8 // Make indentstring
1.9 for (i=0;i<bo->getDepth();i++) actIndent+= indentPerDepth;
1.10
1.11 @@ -142,6 +143,8 @@
1.12 } else if (bo->getDepth()==1)
1.13 ts << ("\n"+getSectionString(bo) + bo->getHeading()+ "\n");
1.14 else if (bo->getDepth()==2)
1.15 + ts << (actIndent + " * " + bo->getHeading()+ "\n");
1.16 + else if (bo->getDepth()==3)
1.17 ts << (actIndent + " o " + bo->getHeading()+ "\n");
1.18 else
1.19 ts << (actIndent + " - " + bo->getHeading()+ "\n");