Properly parse org headings
[sixth.git] / src / main / java / eu / svjatoslav / sixth / core / document / Heading.java
index fe335f5..23cc92f 100644 (file)
@@ -100,7 +100,7 @@ public class Heading {
             }
 
             if (tm.isGroup(null)){
-//                System.out.println("    HC: " + tm.token);
+                System.out.println("unhandled \"" + tm.token + "\"");
                 continue;
             }