From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: doc patch: move footnote in external links Date: Tue, 16 Dec 2014 22:54:48 +0100 Message-ID: <87y4q745w7.fsf@nicolasgoaziou.fr> References: <87egs4bwuu.fsf@nicolasgoaziou.fr> <87388jab2j.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1049-000428-UO for emacs-orgmode@gnu.org; Tue, 16 Dec 2014 16:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1040-0001Fr-2T for emacs-orgmode@gnu.org; Tue, 16 Dec 2014 16:54:01 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:54692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y103z-0001Fm-TH for emacs-orgmode@gnu.org; Tue, 16 Dec 2014 16:53:52 -0500 In-Reply-To: (Alan Schmitt's message of "Tue, 16 Dec 2014 18:20:35 +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: > On 2014-12-13 15:17, Nicolas Goaziou writes: > >> Also, `org-link-search-must-match-exact-headline' docstring could be >> improved: "When nil, the link..." doesn't apply to "*headline" type >> paths. > > As I was writing this, I experimented a little. It seems that, for > "*headline" links, the following applies depending on the value of > `org-link-search-must-match-exact-headline': > - nil: do a substring search on headlines, jump to the first one that > matches, fail if no match > - t: do an exact search on headlines, fail if no match > - 'query-to-create: do an exact search on headlines, propose to create > if no match. I think "*headline" links should assume this variable is non-nil, notwithstanding its real value. Of course, a `query-to-create' value still makes sense. WDYT? Regards,