Function: org-propertize

org-propertize is a function alias for propertize, defined in editfns.c.

This function is obsolete since 9.0; use propertize instead.

Signature

(org-propertize STRING &rest PROPERTIES)

Documentation

Return a copy of STRING with text properties added.

First argument is the string to copy. Remaining arguments form a sequence of PROPERTY VALUE pairs for text properties to add to the result.

See Info node (elisp) Text Properties for more information.

Aliases

dd-propertize (obsolete since 28.1) erc-propertize (obsolete since 28.1) org-propertize (obsolete since 9.0)