Variable: diary-modify-entry-list-string-function

diary-modify-entry-list-string-function is a variable defined in diary-lib.el.gz.

Value

nil

Documentation

Function applied to entry string before putting it into the entries list.

Can be used by programs integrating a diary list into other buffers (e.g. org.el and planner.el) to modify the string or add properties to it. The function takes a string argument and must return a string.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defvar diary-modify-entry-list-string-function nil
  "Function applied to entry string before putting it into the entries list.
Can be used by programs integrating a diary list into other buffers (e.g.
org.el and planner.el) to modify the string or add properties to it.
The function takes a string argument and must return a string.")