summaryrefslogtreecommitdiff
path: root/lisp/km-bib.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/km-bib.el')
-rw-r--r--lisp/km-bib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-bib.el b/lisp/km-bib.el
index 6d364c0..4b82c28 100644
--- a/lisp/km-bib.el
+++ b/lisp/km-bib.el
@@ -224,7 +224,7 @@ When called interactively, take the DOI from the text under
point. The link is opened using the settings of
`org-doi-server-url'."
(interactive (list (km/doi-at-point)))
- (browse-url (org-link-escape-browser (concat org-doi-server-url doi))))
+ (browse-url (url-encode-url (concat org-link-doi-server-url doi))))
;;;###autoload
(defun km/copy-doi-as-kill ()