Following new ox-html APIs.

This commit is contained in:
Yujie Wen 2014-08-08 21:49:40 +08:00
parent 3c839d0caa
commit 6a80a9950d
1 changed files with 2 additions and 1 deletions

View File

@ -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)