Variable: org-prefix-format-compiled

org-prefix-format-compiled is a variable defined in org-agenda.el.gz.

Value

nil

Documentation

The compiled prefix format and associated variables.

This is a list where first element is a list of variable bindings, and second element is the compiled format expression. See the variable org-agenda-prefix-format.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-prefix-format-compiled nil
  "The compiled prefix format and associated variables.
This is a list where first element is a list of variable bindings, and second
element is the compiled format expression.  See the variable
`org-agenda-prefix-format'.")