From 388254e0d0dcebafa2e2de970da96a2b08179444 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 27 Apr 2018 17:12:18 +0200 Subject: [PATCH] Revert "org.el: Fix bug when links contain special characters" This reverts commit b1d084c1ab877a58b342ae4a8b8d844b9b54e625. The fix introduces a bug where `org-edit-special' throws an error on INCLUDE keywords. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 626198155..b231c2fcc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -10539,7 +10539,7 @@ Raise an error when there is nothing to follow. " (with-temp-buffer (let ((org-inhibit-startup (not reference-buffer))) (org-mode) - (insert (org-link-escape s)) + (insert s) (goto-char (point-min)) (when reference-buffer (setq org-link-abbrev-alist-local -- 2.11.4.GIT