Mark `org-link-escape-browser' as obsolete

This commit is contained in:
IGARASHI Masanao
2016-12-28 03:52:01 +09:00
parent 1b88d24d7c
commit 43e5faae5c

View File

@@ -964,9 +964,9 @@ INFO is a plist holding contextual information."
(desc (and (not (string= desc "")) desc)) (desc (and (not (string= desc "")) desc))
(path (cond (path (cond
((member type '("http" "https" "ftp" "mailto")) ((member type '("http" "https" "ftp" "mailto"))
(org-link-escape (url-encode-url
(org-link-unescape (org-link-unescape
(concat type ":" raw-path)) org-link-escape-chars-browser)) (concat type ":" raw-path))))
((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