diff --git a/ox-rst.el b/ox-rst.el index 3d4af53..16504f3 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -953,8 +953,7 @@ INFO is a plist holding contextual information." (path (cond ((member type '("http" "https" "ftp" "mailto")) (url-encode-url - (org-link-unescape - (concat type ":" raw-path)))) + (concat type ":" raw-path))) ((string= type "file") ;; Treat links to ".org" files as ".rst", if needed. (setq raw-path