org-ascii-format-inlinetask-function

org-ascii-format-inlinetask-function is a variable defined in `ox-ascii.el'.
Its value is
org-ascii-format-inlinetask-default

  • This variable may be risky if used as a file-local variable.

Documentation:
Function called to format an inlinetask in ASCII.

The function must accept nine 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.
WIDTH the width of the inlinetask, as a number.
INLINETASK the inlinetask itself.
INFO the info channel.

The function should return either the string to be exported or
nil to ignore the inline task.

You can customize this variable.

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