From mboxrd@z Thu Jan 1 00:00:00 1970 From: mirko Subject: http link character mistranslated Date: Tue, 25 Feb 2014 15:40:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIK7x-0001y2-1T for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 10:41:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIK7r-0003S5-Mt for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 10:41:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:38225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIK7r-0003Rw-HI for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 10:40:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WIK7m-0000WI-Tc for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 16:40:51 +0100 Received: from teaaus0033.telusa.com ([208.218.238.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Feb 2014 16:40:50 +0100 Received: from mirko.vukovic by teaaus0033.telusa.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Feb 2014 16:40:50 +0100 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 Hi, (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 looked in org-open-at-point, and the translation appears somewhere in org-element-property. I did not look deeper. I tested this in an Emacs session with only org mode loaded (no user init) Thanks, Mirko