From 43e5faae5c784915644b92beef716975c4885a49 Mon Sep 17 00:00:00 2001 From: IGARASHI Masanao Date: Wed, 28 Dec 2016 03:52:01 +0900 Subject: [PATCH] Mark `org-link-escape-browser' as obsolete --- ox-rst.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ox-rst.el b/ox-rst.el index ccc7a6c..e6537c6 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -964,9 +964,9 @@ INFO is a plist holding contextual information." (desc (and (not (string= desc "")) desc)) (path (cond ((member type '("http" "https" "ftp" "mailto")) - (org-link-escape + (url-encode-url (org-link-unescape - (concat type ":" raw-path)) org-link-escape-chars-browser)) + (concat type ":" raw-path)))) ((string= type "file") ;; Treat links to ".org" files as ".html", if needed. (setq raw-path