org-agenda-entry-text-cleanup-hook

org-agenda-entry-text-cleanup-hook is a variable defined in `org-agenda.el'.
Its value is
nil

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

Documentation:
Hook that is run after basic cleanup of entry text to be shown in agenda.
This cleanup is done in a temporary buffer, so the function may inspect and
change the entire buffer.
Some default stuff like drawers and scheduling/deadline dates will already
have been removed when this is called, as will any matches for regular
expressions listed in `org-agenda-entry-text-exclude-regexps'.