From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: possible URI handling bug: verification and reporting? Date: Thu, 30 Jul 2009 17:54:19 -0400 Message-ID: <87fxcdzvjo.fsf@gollum.intra.norang.ca> References: <20090730213610.A6B5A1405BABB@cedar.isis.unc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWda0-0002Tl-0c for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:54:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWdZw-0002S4-Bv for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:54:27 -0400 Received: from [199.232.76.173] (port=40967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWdZw-0002RM-4T for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:54:24 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:55043) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWdZv-00015Y-DA for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:54:23 -0400 In-Reply-To: <20090730213610.A6B5A1405BABB@cedar.isis.unc.edu> (Tom Roche's message of "Thu\, 30 Jul 2009 17\:36\:10 -0400 \(EDT\)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Tom Roche Tom Roche writes: > I've been using org-mode for a couple weeks now and am mostly very > impressed (not to mention occasionally overwhelmed). I have noticed > one bug, however, which > > 0 might just be me, so perhaps other folks can try to reproduce it > > 1 is probably in browse-url, so I'm not sure how to report it > > Anyway, the behavior concerns the following link: > > http://dx.doi.org/10.1016/S1352-2310(01)00429-0 > > 0 When I paste the link from my browser into an org-mode buffer, only > the part before the first '(' I think the parenthesis should be URL encoded to be a valid URL. Change ( to %28 and ) to %29 and you get http://dx.doi.org/10.1016/S1352-2310%2801%2900429-0 which works for me (at least it doesn't 404 anymore) Gnus also stops the fontification at the ( so I don't think this is org-mode specific. -Bernt