Variable: org-keyword-properties

org-keyword-properties is a buffer-local variable defined in org.el.gz.

Documentation

List of property/value pairs inherited by any entry.

Valid for the current buffer. This variable is populated from PROPERTY keywords.

Note that properties are defined also in property drawers. Properties defined there take precedence over properties defined as keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar-local org-keyword-properties nil
  "List of property/value pairs inherited by any entry.

Valid for the current buffer.  This variable is populated from
PROPERTY keywords.

Note that properties are defined also in property drawers.
Properties defined there take precedence over properties defined
as keywords.")