From 6a80a9950d4a2b9be0263e45c073104c31615230 Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Fri, 8 Aug 2014 21:49:40 +0800 Subject: [PATCH] Following new ox-html APIs. --- ox-reveal.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 92cc8f9..19d649b 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -283,7 +283,8 @@ holding contextual information." (priority (and (plist-get info :with-priority) (org-element-property :priority headline))) ;; Create the headline text. - (full-text (org-html-format-headline--wrap headline info))) + (full-text (funcall (plist-get info :html-format-headline-function) + todo todo-type priority text tags info))) (cond ;; Case 1: This is a footnote section: ignore it. ((org-element-property :footnote-section-p headline) nil)