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