org-html-format-headline-function

org-html-format-headline-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 to format headline text.

This function will be called with 5 arguments:
TODO the todo keyword (string or nil).
TODO-TYPE the type of todo (symbol: `todo', `done', nil)
PRIORITY the priority of the headline (integer or nil)
TEXT the main headline text (string).
TAGS the tags (string or nil).

The function result will be used in the section format string.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.4 of Emacs.