Variable: org-agenda-entry-text-exclude-regexps
org-agenda-entry-text-exclude-regexps is a customizable variable
defined in org-agenda.el.gz.
Value
nil
Documentation
List of regular expressions to clean up entry text.
The complete matches of all regular expressions in this list will be removed from entry text before it is shown in the agenda.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-entry-text-exclude-regexps nil
"List of regular expressions to clean up entry text.
The complete matches of all regular expressions in this list will be
removed from entry text before it is shown in the agenda."
:group 'org-agenda
:type '(repeat (regexp)))