From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: commas in URLs? Date: Wed, 30 Jan 2008 18:53:47 +0000 Message-ID: <20080130185346.GA21734@atlantic.linksys.moosehall> Reply-To: Adam Spiers 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 1JKI4H-0007JB-1F for emacs-orgmode@gnu.org; Wed, 30 Jan 2008 13:53:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKI4E-0007Iz-Kn for emacs-orgmode@gnu.org; Wed, 30 Jan 2008 13:53:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKI4E-0007Iw-EE for emacs-orgmode@gnu.org; Wed, 30 Jan 2008 13:53:50 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JKI4E-0007YT-0T for emacs-orgmode@gnu.org; Wed, 30 Jan 2008 13:53:50 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m0UIrme6001576 for ; Wed, 30 Jan 2008 12:53:48 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m0UIrl1n001571 for emacs-orgmode@gnu.org; Wed, 30 Jan 2008 18:53:47 GMT Content-Disposition: inline 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: org-mode mailing list It looks like there's a regular expression somewhere which might need tweaking, e.g. when pasting the following into an org-mode buffer: http://reviews.cnet.co.uk/dvdpvr/0,39030416,49283669,00.htm only the bit up to the first comma gets hyperlinked. That's with 5.17a at least - ashamed to say I haven't had a chance to upgrade yet :-) Thanks!