From 09767991b2a8945f5739d47c44d171e37e65e0de Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Apr 2015 21:22:38 -0700 Subject: OpenDocument: use text:p instead of text:h for title. Using text:h causes problems with numbering. See jgm/pandoc#2059. --- default.opendocument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index afed83b76..6a0e11ea1 100644 --- a/default.opendocument +++ b/default.opendocument @@ -10,7 +10,7 @@ $endfor$ $if(title)$ -$title$ +$title$ $endif$ $for(author)$ $author$ -- cgit v1.2.3