From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Rockway Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; org-mode does not handle URL with "(software)" Date: Thu, 14 Feb 2008 23:29:59 -0600 Message-ID: <87r6fekcrs.fsf@bar.jrock.us> References: <47B4E3B2.3050402@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203056798 30425 80.91.229.12 (15 Feb 2008 06:26:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 06:26:38 +0000 (UTC) Cc: "emacs-pretest-bug@gnu.org" To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 15 07:27:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPu2F-00037n-UE for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2008 07:27:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPu1l-0005aA-Vn for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2008 01:26:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPu0z-0004xN-5B for emacs-devel@gnu.org; Fri, 15 Feb 2008 01:25:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPu0x-0004vS-Jz for emacs-devel@gnu.org; Fri, 15 Feb 2008 01:25:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPu0x-0004vF-50 for emacs-devel@gnu.org; Fri, 15 Feb 2008 01:25:39 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPu0w-0007EJ-T6 for emacs-devel@gnu.org; Fri, 15 Feb 2008 01:25:38 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JPu0w-0005iG-MW for emacs-pretest-bug@gnu.org; Fri, 15 Feb 2008 01:25:38 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JPu0t-0007DJ-Jj for emacs-pretest-bug@gnu.org; Fri, 15 Feb 2008 01:25:38 -0500 Original-Received: from dsl092-134-091.chi1.dsl.speakeasy.net ([66.92.134.91] helo=bar.jrock.us) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPu0t-0007DB-BY for emacs-pretest-bug@gnu.org; Fri, 15 Feb 2008 01:25:35 -0500 Original-Received: from jon by bar.jrock.us with local (Exim 4.69) (envelope-from ) id 1JPt95-0005Hj-47; Thu, 14 Feb 2008 23:29:59 -0600 In-Reply-To: <47B4E3B2.3050402@gmail.com> (Lennart Borgman's message of "Fri, 15 Feb 2008 01:58:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89139 gmane.emacs.pretest.bugs:21102 Archived-At: * On Thu, Feb 14 2008, Lennart Borgman (gmail) wrote: > If I paste the link to Bazaar in Wikipedia > > http://en.wikipedia.org/wiki/Bazaar_(software) > > in an org-mode buffer the resulting link does not include the > "(software)" part. According to: http://en.wikipedia.org/wiki/Percent-encoding The ( and ) need to be encoded in order to be in the URI. YMMV. Regards, Jonathan Rockway