瀏覽代碼

ox-html: Fix bug in c9ca0b6d.

* ox-html.el (org-html-inlinetask): Fix bug.
Rasmus 10 年之前
父節點
當前提交
58bb3a21f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)