Variable: org-rm-props

org-rm-props is a variable defined in org-macs.el.

Value

(invisible t face t keymap t intangible t mouse-face t rear-nonsticky t mouse-map t fontified t org-emphasis t)

Documentation

Properties to remove when a string without properties is wanted.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
;;; Text properties

(defconst org-rm-props '(invisible t face t keymap t intangible t mouse-face t
				   rear-nonsticky t mouse-map t fontified t
				   org-emphasis t)
  "Properties to remove when a string without properties is wanted.")