Hi all, Regarding the previous thread “"%3f" shouldn't be unescaped in HTTP URLs”, I suggested that leaving the '?' or '%3f' characters in a URL as provided by the user might be the best thing to do, since they mean different things (query separator and literal question mark, respectively) and the user should know best (especially if the URL was copied from a browser). Fixing the old behaviour is trivial: just remove the ``(?? . "%3F")`` entry from the ``org-link-escape-chars`` list in ``org.el``. Cheers, :: Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/