From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: Re: http link character mistranslated Date: Tue, 04 Mar 2014 09:34:43 +0900 Message-ID: <87r46idcnw.fsf@tanger.home> References: <871tyjepsf.fsf@tanger.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKdJw-0002Kx-00 for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 19:35:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKdJr-0003by-6l for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 19:34:55 -0500 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:59128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKdJq-0003bs-Vj for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 19:34:51 -0500 Received: by mail-pb0-f52.google.com with SMTP id rr13so4469899pbb.11 for ; Mon, 03 Mar 2014 16:34:49 -0800 (PST) In-Reply-To: <871tyjepsf.fsf@tanger.home> (daimrod@gmail.com's message of "Mon, 03 Mar 2014 15:53:36 +0900") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Daimrod writes: Fixed by ngz in commit 567ec87 > mirko writes: > >> Hi, > > Hello, > >> (Org-mode version 8.2.5h (release_8.2.5h-651-g897b60) >> >> I have an https address with an equal sign `=': >> https://forums.virtualbox.org/viewforum.php?f=3 >> >> When I try to access the link, the `=' is translated as `%D': >> https://forums.virtualbox.org/viewforum.php?f%3D3 > > I have the same problem here. It causes problem with docview and gnus > links. > >> I looked in org-open-at-point, and the translation appears somewhere in >> org-element-property. I did not look deeper. > > IIUC, since I don't know when, org-mode encode links with percent > encoding (you can check it by turning off org-mode (e.g. M-x > fundamental-mode)). > > My guess is that it is now the job of the link handler (FOLLOW arg in > org-add-link-type) to unescape the path if necessary, but I'm not sure > of it. > >> I tested this in an Emacs session with only org mode loaded (no user init) >> >> Thanks, >> >> Mirko >> >> -- Daimrod/Greg