From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: doc patch: move footnote in external links Date: Mon, 12 Jan 2015 09:43:44 +0100 Message-ID: <87lhl8e6db.fsf@nicolasgoaziou.fr> References: <87egs4bwuu.fsf@nicolasgoaziou.fr> <87388jab2j.fsf@nicolasgoaziou.fr> <87y4q745w7.fsf@nicolasgoaziou.fr> <87vbl6x91a.fsf@nicolasgoaziou.fr> <87twzxdlkf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAaaF-0002IZ-Eu for emacs-orgmode@gnu.org; Mon, 12 Jan 2015 03:42:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAaaA-0000sV-Fk for emacs-orgmode@gnu.org; Mon, 12 Jan 2015 03:42:47 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAaaA-0000sG-9j for emacs-orgmode@gnu.org; Mon, 12 Jan 2015 03:42:42 -0500 In-Reply-To: (Alan Schmitt's message of "Mon, 12 Jan 2015 08:40:33 +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: Alan Schmitt Cc: emacs-orgmode Alan Schmitt writes: > I don't understand: won't you need the "[33%]" bit for an exact > search? A statistics cookie is a variable part. If it ever changes, all your links become invalid. It is better to simply ignore them (which is already the case). > Also, does ignoring whitespace mean replacing any (non-empty) amount of > whitespace by non-empty whitespace, or can you also insert or delete > whitespace between contiguous strings: > - do "foobar" and "foo bar" match? > - do "foo bar" and "foobar" match? The former. Or use `split string', like in `org-export-resolve-fuzzy-link'. > OK, I'll look into it. Thanks. Regards,