0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

ox-html: Fix bug in c9ca0b6d.

* ox-html.el (org-html-inlinetask): Fix bug.
This commit is contained in:
Rasmus 2014-10-26 02:48:27 +02:00
parent 926553c608
commit 58bb3a21f8

View file

@ -2446,7 +2446,7 @@ holding contextual information."
(tags (and (plist-get info :with-tags)
(org-export-get-tags inlinetask info))))
(funcall (plist-get info :html-format-inlinetask-function)
todo todo-type priority text tags contents)))
todo todo-type priority text tags contents info)))
(defun org-html-format-inlinetask-default-function
(todo todo-type priority text tags contents info)