Explorar o código

ox-html: Fix bug in c9ca0b6d.

* ox-html.el (org-html-inlinetask): Fix bug.
Rasmus %!s(int64=10) %!d(string=hai) anos
pai
achega
58bb3a21f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

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