Variable: org-custom-properties

org-custom-properties is a customizable variable defined in org.el.gz.

Value

nil

Documentation

List of properties (as strings) with a special meaning.

The default use of these custom properties is to let the user hide them with org-toggle-custom-properties-visibility.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-custom-properties nil
  "List of properties (as strings) with a special meaning.
The default use of these custom properties is to let the user
hide them with `org-toggle-custom-properties-visibility'."
  :group 'org-properties
  :group 'org-appearance
  :version "24.3"
  :type '(repeat (string :tag "Property Name")))