org-ascii-format-drawer-function

org-ascii-format-drawer-function is a variable defined in `ox-ascii.el'.
Its value is
(lambda (name contents width) contents)

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

Documentation:
Function called to format a drawer in ASCII.

The function must accept three parameters:
NAME the drawer name, like "LOGBOOK"
CONTENTS the contents of the drawer.
WIDTH the text width within the drawer.

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

The default value simply returns the value of CONTENTS.

You can customize this variable.

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