Search Results

2
votes

How do decode URL in Emacs Lisp?

org-link-unescape does the job for very simple cases ... w3m-url-decode-string is better, but it isn't built in and the version I have locally isn't working with Emacs 23. …