Variable: org-make-link-description-function

org-make-link-description-function is an alias and customizable for org-link-make-description-function, defined in org-compat.el.gz.

This variable is obsolete since 9.3; use org-link-make-description-function instead.

Value

nil

Documentation

Function to use for generating link descriptions from links.

This function must take two parameters: the first one is the link, the second one is the description generated by org-insert-link. The function should return the description to use. If it returns nil, no default description is used, but no error is thrown (from the user’s perspective, this is equivalent to a default description of "").

Aliases

org-make-link-description-function (obsolete since 9.3)