From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: HTML Export doesn't handle internal link with spaces [8.0.7 (8.0.7-6-g13cb28-elpa @ /home/jbalint/.emacs.d/elpa/org-20130812/)] Date: Mon, 06 Jan 2014 17:36:59 +0100 Message-ID: <87eh4l6p90.fsf@bzg.ath.cx> References: <87zjo034l8.wl%jbalint@gmail.com> <87sitnjit3.fsf@gmail.com> <87r48pce92.fsf@bzg.ath.cx> <8738l5ds2n.fsf@gmail.com> <87r48nstkt.fsf@bzg.ath.cx> <87r48nmh0i.fsf@gmail.com> <874n5jvse9.fsf@bzg.ath.cx> <87ob3pcpmc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0DAq-0006tX-TL for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 11:37:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0DAl-0003Zh-Iz for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 11:37:08 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:47941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0DAl-0003Zb-CW for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 11:37:03 -0500 Received: by mail-wg0-f45.google.com with SMTP id y10so16272152wgg.24 for ; Mon, 06 Jan 2014 08:37:02 -0800 (PST) In-Reply-To: <87ob3pcpmc.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 06 Jan 2014 12:32:27 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Jess Balint , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Bastien writes: > >>> Another idea would be to get rid of automatic hexification in all cases, >>> and have more tolerant regexps for links. >> >> This seems incertain. > > How so? Accepting balanced pairs of square brackets is better than no > closing square bracket at all. Well, I let you try this, but my guess it that the cost in terms of regexp complexity (especially for the "balanced" aspects) will be a bit too high. -- Bastien