|
@@ -2624,7 +2624,9 @@ INFO is a plist holding contextual information. See
|
|
(path
|
|
(path
|
|
(cond
|
|
(cond
|
|
((member type '("http" "https" "ftp" "mailto"))
|
|
((member type '("http" "https" "ftp" "mailto"))
|
|
- (concat type ":" raw-path))
|
|
|
|
|
|
+ (org-link-escape
|
|
|
|
+ (org-link-unescape
|
|
|
|
+ (concat type ":" raw-path)) org-link-escape-chars-browser))
|
|
((string= type "file")
|
|
((string= type "file")
|
|
;; Treat links to ".org" files as ".html", if needed.
|
|
;; Treat links to ".org" files as ".html", if needed.
|
|
(setq raw-path
|
|
(setq raw-path
|