From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Small change to link syntax in maint Date: Sun, 22 Dec 2019 15:08:46 +0100 Message-ID: <87y2v45u6p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39630) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ij1ue-0006nP-A4 for emacs-orgmode@gnu.org; Sun, 22 Dec 2019 09:08:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ij1uc-000836-TZ for emacs-orgmode@gnu.org; Sun, 22 Dec 2019 09:08:51 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:49669) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ij1uc-0007uI-LO for emacs-orgmode@gnu.org; Sun, 22 Dec 2019 09:08:50 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id EFA3920003 for ; Sun, 22 Dec 2019 14:08:47 +0000 (UTC) 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: Org Mode Hello, Matt Price reported an issue[1] with new link syntax in Org 9.3. As a consequence, I had to modify it slightly. Backslash-escaping was required for some closing bracket characters. Now, /every square bracket/ within the URI part of a bracket link must be escaped. I updated the manual and the ORG-NEWS file accordingly. Please let me know if there's something suspicious. Sorry for the inconvenience. Regards, Footnotes: [1] -- Nicolas Goaziou