From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [IT] Broken support for links to text files (both internal & external) Date: Fri, 05 Jan 2018 08:32:11 +0100 Message-ID: <87o9m8g3r8.fsf@nicolasgoaziou.fr> References: <4abbb185-4323-8c62-c4f7-4a9a3b7a6b88@along-track.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXMUE-0002Vr-SY for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 02:32:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXMU9-0002GW-TK for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 02:32:18 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56335) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eXMU9-0002Eb-JM for emacs-orgmode@gnu.org; Fri, 05 Jan 2018 02:32:13 -0500 In-Reply-To: <4abbb185-4323-8c62-c4f7-4a9a3b7a6b88@along-track.com> (Nicolas Bercher's message of "Thu, 4 Jan 2018 17:20:44 +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: =?utf-8?B?Tmljb2xhcyBCZXJjaGVyIChByp/htI/JtMmiLVTKgOG0gOG0hOG0iyk=?= Cc: emacs-orgmode@gnu.org Hello, "Nicolas Bercher (A=CA=9F=E1=B4=8F=C9=B4=C9=A2-T=CA=80=E1=B4=80=E1=B4=84=E1= =B4=8B)" writes: > The regression makes several some kinds of org-mode links not to work > anymore. > > Examples: > > This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to > log's headline but Org can't find it > anymore and asks for the creation of a new headline: > > "No match - create this as a new heading? (yes or no)" > > Also, the following links are broken: > > - [[the following links are broken][link to internal text in this > file]] (but equivalent to the > timestamped broken link reported above), reports: > > "No match - create this as a new heading? (yes or no)" > > - [[should point here][link to internal text from an external > org-mode file]] (same issue > than above) which _should point here_, but reports > > "No match for fuzzy expression: should point here" > > The following links still work well: > - link to a [[*headline][*headline]] > - link to a [[* headline][* headline with space]] > - external [[http://www.example.com/][links to the www]] > > * [2018-01-03 mer. 16:29] A time stamped log headline > * headline You probably have `org-link-search-must-match-exact-headline' set to a non-nil value (default setting is non-nil). Note that such links do not export correctly. For this use case, it's better to use targets. Regards, --=20 Nicolas Goaziou