diff --git a/source/java/writer2latex/xhtml/XhtmlConfig.java b/source/java/writer2latex/xhtml/XhtmlConfig.java
index 2d03851..e0c0c95 100644
--- a/source/java/writer2latex/xhtml/XhtmlConfig.java
+++ b/source/java/writer2latex/xhtml/XhtmlConfig.java
@@ -292,7 +292,7 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase {
options[UPLINK] = new Option("uplink","");
options[DIRECTORY_ICON] = new Option("directory_icon","");
options[DOCUMENT_ICON] = new Option("document_icon","");
- options[GREENSTONE_TAGS] = new Option("greenstone_tags","none");
+ options[GREENSTONE_TAGS] = new Option("greenstone_tags","headings-pages");
}
protected void readInner(Element elm) {