Variable: org-link-types-re
org-link-types-re is a variable defined in ol.el.gz.
Value
"\\`\\(attachment\\|b\\(?:bdb\\|ibtex\\)\\|do\\(?:cview\\|i\\)\\|e\\(?:lisp\\|shell\\|ww\\)\\|f\\(?:ile\\(?:\\+\\(?:\\(?:emac\\|sy\\)s\\)\\)?\\|tp\\)\\|gnus\\|h\\(?:elp\\(?:ful\\)?\\|ttps?\\|y\\(?:pb-msg\\)?\\)\\|i\\(?:d\\|nfo\\|rc\\)\\|m\\(?:a\\(?:ilto\\|n\\)\\|he\\)\\|news\\|r\\(?:mail\\|oam\\)\\|shell\\|w3m\\):"
Documentation
Matches a link that has a url-like prefix like "http:".
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
(defvar org-link-types-re nil
"Matches a link that has a url-like prefix like \"http:\".")