From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [RFC] Fixing link encoding once and for all Date: Fri, 1 Mar 2019 09:40:04 +0100 Message-ID: References: <87tvguyohn.fsf@nicolasgoaziou.fr> <87sgw9cxr8.fsf@nicolasgoaziou.fr> <87lg1znh9t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzdiM-0005pv-AY for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 03:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzdiL-0007jm-L4 for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 03:40:18 -0500 Received: from mail-lj1-x235.google.com ([2a00:1450:4864:20::235]:34079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzdiL-0007j5-Dq for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 03:40:17 -0500 Received: by mail-lj1-x235.google.com with SMTP id l5so19673516lje.1 for ; Fri, 01 Mar 2019 00:40:17 -0800 (PST) In-Reply-To: <87lg1znh9t.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: Neil Jerram , Org Mode List On Fri, Mar 1, 2019 at 9:15 AM Nicolas Goaziou wrote: > Thinking a bit more about it, we don't need to escape /all/ square > brackets, only "]]" and "][" constructs. Therefore, we don't need to > escape every backslash either. Brilliant!