Variable: org-rm-props

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

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 /usr/src/emacs/lisp/org/org-macs.el.gz
;;; 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.")