org.el: Add the "message" link type.

* org.el (org-link-types): Add the "message" link type.
This commit is contained in:
Bastien Guerry 2010-09-20 10:55:05 +02:00
parent b63f5333e7
commit be25b71201

View file

@ -4755,7 +4755,7 @@ The following commands are available:
(defconst org-non-link-chars "]\t\n\r<>")
(defvar org-link-types '("http" "https" "ftp" "mailto" "file" "news"
"shell" "elisp" "doi"))
"shell" "elisp" "doi" "message"))
(defvar org-link-types-re nil
"Matches a link that has a url-like prefix like \"http:\"")
(defvar org-link-re-with-space nil