From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunyang Xu Subject: Re: Bug: link formating problem [9.0.5 (9.0.5-elpaplus @ /Users/mistkafka/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Sun, 28 May 2017 03:12:28 +0800 Message-ID: References: <87k2547x5t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEh8p-0000Tw-UP for emacs-orgmode@gnu.org; Sat, 27 May 2017 15:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEh8m-0005VZ-Qp for emacs-orgmode@gnu.org; Sat, 27 May 2017 15:12:47 -0400 Received: from smtpbgbr2.qq.com ([54.207.22.56]:55471) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dEh8m-0005Tv-Dt for emacs-orgmode@gnu.org; Sat, 27 May 2017 15:12:44 -0400 In-Reply-To: <87k2547x5t.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, =?utf-8?B?5p6X6ZWH5Zu9?= Nicolas Goaziou writes: > Hello, > > Chunyang Xu writes: > >> I changed `org-plain-link-re' to make it not longer think "[" and "]" >> are valid characters in a URL, which solves the problem. > > Thank you. > > I solved the problem differently, but your suggestion still makes sense. > Would you mind making it a proper patch, using "git format-patch", with > a proper commit message? Don't forget to add TINYCHANGE cookie at the > end if you haven't signed papers yet. Sure, I will do that when it is possible (Right now, I can not git-clone org-mode's repository, ~$ git clone git://orgmode.org/org-mode.git Cloning into 'org-mode'... fatal: read error: Connection reset by peer and the mirror at http://repo.or.cz/w/org-mode.git is also outdated for about 4 days). > Regards, > > -- > Nicolas Goaziou