Variable: org-agenda-add-entry-text-descriptive-links

org-agenda-add-entry-text-descriptive-links is a customizable variable defined in org-agenda.el.gz.

Value

t

Documentation

Non-nil means export org-links as descriptive links in agenda added text.

This variable applies to the text added to the agenda when org-agenda-add-entry-text-maxlines is larger than 0. When this variable is nil, the URL will (also) be shown.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-add-entry-text-descriptive-links t
  "Non-nil means export org-links as descriptive links in agenda added text.
This variable applies to the text added to the agenda when
`org-agenda-add-entry-text-maxlines' is larger than 0.
When this variable is nil, the URL will (also) be shown."
  :group 'org-agenda
  :type 'boolean)