emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive 5588fb4e1d 71/82: Change/Fix: (hyperdrive--org-


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 5588fb4e1d 71/82: Change/Fix: (hyperdrive--org-link-goto) Don't URI-decode target
Date: Mon, 25 Sep 2023 19:00:56 -0400 (EDT)

branch: elpa/hyperdrive
commit 5588fb4e1d3b0ac3525a2abb00011b8b3592ba5b
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Change/Fix: (hyperdrive--org-link-goto) Don't URI-decode target
    
    The target should already be decoded in the entry. It's only encoded
    in a URL.
---
 hyperdrive-org.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hyperdrive-org.el b/hyperdrive-org.el
index 21d9f5b51e..0a1965e077 100644
--- a/hyperdrive-org.el
+++ b/hyperdrive-org.el
@@ -120,7 +120,6 @@ TARGET may be a CUSTOM_ID or a headline."
   (cl-assert (eq 'org-mode major-mode))
   ;; We do not ensure that a target only exists once in the file, but
   ;; neither does Org always do so.
-  (setf target (url-unhex-string target))
   (goto-char (or (org-find-property "CUSTOM_ID" target)
                  (org-find-exact-headline-in-buffer target)
                  (hyperdrive-error "Unable to find entry in file: %S" 
target))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]