From 2c7338d68cbc139f87c16ef465faba560315a0e7 Mon Sep 17 00:00:00 2001 From: Masanao Igarashi Date: Tue, 13 Aug 2019 11:12:45 +0900 Subject: [PATCH] Rationalize `org-link-(un)escape' (cc7c4a67) --- ox-rst.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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