Variable: org-link-doi-server-url

org-link-doi-server-url is a customizable variable defined in ol-doi.el.gz.

Value

"https://doi.org/"

Documentation

The URL of the DOI server.

This variable was added, or its default value changed, in Emacs 24.3.

Aliases

org-doi-server-url (obsolete since 9.3)

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol-doi.el.gz
(defcustom org-link-doi-server-url "https://doi.org/"
  "The URL of the DOI server."
  :group 'org-link-follow
  :version "24.3"
  :type 'string
  :safe #'stringp)