diff options
-rw-r--r-- | org-link-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-link-edit.el b/org-link-edit.el index d4d6f5e..462fe0c 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -94,7 +94,7 @@ The list includes ((looking-at org-link-plain-re) (list (match-beginning 0) (match-end 0) - (org-link-unescape (match-string-no-properties 0)) + (match-string-no-properties 0) nil)) (t (error "What am I looking at?")))))) |