From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: managing aggressive link activation within lines? Date: Sun, 22 Dec 2019 15:00:58 +0100 Message-ID: <8736dc7945.fsf@nicolasgoaziou.fr> References: <87a77o92ba.fsf@nicolasgoaziou.fr> <875zic8o2u.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37519) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ij1n6-0005Kh-QO for emacs-orgmode@gnu.org; Sun, 22 Dec 2019 09:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ij1n5-0003fJ-7J for emacs-orgmode@gnu.org; Sun, 22 Dec 2019 09:01:04 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:51037) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ij1n4-0003TT-Vr for emacs-orgmode@gnu.org; Sun, 22 Dec 2019 09:01:03 -0500 In-Reply-To: <875zic8o2u.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 19 Dec 2019 14:03:21 +0100") 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: Matt Price Cc: Org Mode Nicolas Goaziou writes: > IMO, it would be more productive to think about what can be done in your > situation instead. For example, one solution could be to require "[[" to > be escaped in a link (current syntax already requires closing brackets > to be escaped in some situations). I'm not yet sure how to deal with it, > tho. I updated the link syntax in maint, so it now requires to escape every square bracket in the URI part of a link. This should fix this issue. Please test it and let me know if there's anything suspicious. Thank you.