From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: Re: http link character mistranslated Date: Mon, 03 Mar 2014 15:53:36 +0900 Message-ID: <871tyjepsf.fsf@tanger.home> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKMlA-0004u5-G6 for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 01:54:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKMl2-0000kz-IA for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 01:53:56 -0500 Received: from mail-pd0-x234.google.com ([2607:f8b0:400e:c02::234]:54863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKMl2-0000jB-9S for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 01:53:48 -0500 Received: by mail-pd0-f180.google.com with SMTP id v10so1275382pde.25 for ; Sun, 02 Mar 2014 22:53:47 -0800 (PST) In-Reply-To: (mirko's message of "Tue, 25 Feb 2014 15:40:24 +0000 (UTC)") 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 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