summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-12 21:23:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-12 21:29:53 -0700
commit6a83773f03622b5cbf9b15bb96e9487822df5faa (patch)
treefaa99ac6dd67963125db6e4e1231f3d1f77faa64
parenta9628d0745784f6f99edfca008d64dcffeb74bc8 (diff)
OpenDocument template: use `text:p` instead of `text:h` for title.
Using `text:h` causes problems with numbering. Closes #2059. Thansk to @nkalvi for diagnosing this.
m---------data/templates13
-rw-r--r--tests/writer.opendocument2
2 files changed, 9 insertions, 6 deletions
diff --git a/data/templates b/data/templates
-Subproject 7846f08b61167b0364722d440e06a432ade8530
+Subproject 09767991b2a8945f5739d47c44d171e37e65e0d
diff --git a/tests/writer.opendocument b/tests/writer.opendocument
index af5bc2e32..944dc12f3 100644
--- a/tests/writer.opendocument
+++ b/tests/writer.opendocument
@@ -864,7 +864,7 @@
</office:automatic-styles>
<office:body>
<office:text>
-<text:h text:style-name="Title">Pandoc Test Suite</text:h>
+<text:p text:style-name="Title">Pandoc Test Suite</text:p>
<text:p text:style-name="Author">John MacFarlane</text:p>
<text:p text:style-name="Author">Anonymous</text:p>
<text:p text:style-name="Date">July 17, 2006</text:p>