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)