org-html-format-inlinetask-function
org-html-format-inlinetask-function is a variable defined in `
ox-html.el
'.
Its value is
ignore
- This variable may be risky if used as a file-local variable.
Documentation:
Function called to format an inlinetask in HTML code.
The function must accept six parameters:
TODO the todo keyword, as a string
TODO-TYPE the todo type, a symbol among `todo', `done' and nil.
PRIORITY the inlinetask priority, as a string
NAME the inlinetask name, as a string.
TAGS the inlinetask tags, as a list of strings.
CONTENTS the contents of the inlinetask, as a string.
The function should return the string to be exported.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 24.4 of Emacs.