Variable: org-agenda-inactive-leader

org-agenda-inactive-leader is a customizable variable defined in org-agenda.el.gz.

Value

"["

Documentation

Text preceding item pulled into the agenda by inactive time stamps.

These entries are added to the agenda when pressing "[".

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-inactive-leader "["
  "Text preceding item pulled into the agenda by inactive time stamps.
These entries are added to the agenda when pressing \"[\"."
  :group 'org-agenda-line-format
  :version "24.1"
  :type 'string)