Variable: org-agenda-diary-sexp-prefix

org-agenda-diary-sexp-prefix is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

A regexp that matches part of a diary sexp entry which should be treated as scheduling/deadline information in org-agenda.

For example, you can use this to extract the diary-remind-message from diary-remind entries.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-diary-sexp-prefix nil
  "A regexp that matches part of a diary sexp entry
which should be treated as scheduling/deadline information in
`org-agenda'.

For example, you can use this to extract the `diary-remind-message' from
`diary-remind' entries."
  :group 'org-agenda-line-format
  :type '(choice (const :tag "None" nil) (regexp :tag "Regexp")))