From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao MA Subject: wrong behavior of org-open-at-point with certain url. Date: Sat, 23 Dec 2017 00:42:58 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSQPX-0001hN-Tc for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 11:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSQPU-0004dP-Qm for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 11:43:03 -0500 Received: from mail-io0-x230.google.com ([2607:f8b0:4001:c06::230]:41433) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSQPU-0004cm-Ip for emacs-orgmode@gnu.org; Fri, 22 Dec 2017 11:43:00 -0500 Received: by mail-io0-x230.google.com with SMTP id o2so25132372ioe.8 for ; Fri, 22 Dec 2017 08:43:00 -0800 (PST) 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" To: emacs-org list Hi, For the given link, which is directly copied from chrome url bar, [[https://lwn.net/Articles/262464/#Quick Quiz 5]] org-open-at-point will open it as https://lwn.net/Articles/262464/%23Quick%20Quiz%205 where as the correct url should be: https://lwn.net/Articles/262464/#Quick%20Quiz%205 note that in the wrong one, # becomes %23. Best, -- Best, Shiyao