Mark `org-link-escape-browser' as obsolete
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user