Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-03-28 11:07:27 +02:00
commit 0f512848ea
1 changed files with 1 additions and 1 deletions

View File

@ -2835,7 +2835,7 @@ INFO is a plist holding contextual information. See
(desc (org-string-nw-p desc))
(path
(cond
((member type '("http" "https" "ftp" "mailto"))
((member type '("http" "https" "ftp" "mailto" "news"))
(org-link-escape-browser
(org-link-unescape (concat type ":" raw-path))))
((string= type "file")