From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Regression - problem with links Date: Sat, 16 Mar 2019 18:06:51 +0100 Message-ID: <87d0mqu4t0.fsf@nicolasgoaziou.fr> References: <87pnqs9pqy.fsf@norang.ca> <84mulw41vz.fsf@gmail.com> <87lg1fao3c.fsf@norang.ca> <87h8c3ancw.fsf@norang.ca> <844l833ipc.fsf@gmail.com> <87d0mqancw.fsf@norang.ca> <878sxeak7l.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5CnT-0005W0-KK for emacs-orgmode@gnu.org; Sat, 16 Mar 2019 13:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5Clu-0006Ge-4L for emacs-orgmode@gnu.org; Sat, 16 Mar 2019 13:07:01 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55657) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5Clt-0006Ez-Q3 for emacs-orgmode@gnu.org; Sat, 16 Mar 2019 13:06:58 -0400 In-Reply-To: <878sxeak7l.fsf@norang.ca> (Bernt Hansen's message of "Sat, 16 Mar 2019 11:54:22 -0400") 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: Bernt Hansen Cc: Marco Wahl , emacs-orgmode@gnu.org Hello, Bernt Hansen writes: > Here is my ECM: > > --- test.org ------------------------------------------------------------------- > Regression - problem with links > > *Keys To Reproduce* > > 1) Move to Update Timekeeper and OTL 2019 headling > C-c C-n > > 2) Open links > C-c C-o > > Results in maint branch (0007df863 (org-lint: Do not warn about URL setup files, 2019-03-14)) > Org mode version 9.2.2 (release_9.2.2-13-g0007df @ c:/D-Drive/bin/org-mode/lisp/) > GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-17 > > #+begin_example > [1] Link One (https://xxx.yyy.zzz) > [2] Line Two (https://foo.bar.baz) > [3] Line Three (https://aaa.bbb) > [4] Link Four (https://ccc.ddd) > [5] Link Five by id (id:eb1085ed-15fe-46a3-8b5e-3971587d1123) > [6] Link Six by id (id:11886507-bb77-49fb-af59-9d5ac43dce0d) > #+end_example > > > Results in master branch (a70ab164f (org-manual: Small fixes, 2019-03-16)) > Org mode version 9.2.2 (release_9.2.2-311-ga70ab1 @ c:/D-Drive/bin/org-mode/lisp/) > GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-17 > > #+begin_example > [1] https://xxx.yyy.zzz > [2] https://foo.bar.baz > [3] https://aaa.bbb > [4] https://ccc.ddd > [5] id:eb1085ed-15fe-46a3-8b5e-3971587d1123 > [6] id:11886507-bb77-49fb-af59-9d5ac43dce0d > #+end_example > > * TODO Update Timekeeper and OTL 2019 > > [[https://xxx.yyy.zzz][Link One]] > > [[https://foo.bar.baz][Line Two]] > > [[https://aaa.bbb][Line Three]] > > [[https://ccc.ddd][Link Four]] > > [[id:eb1085ed-15fe-46a3-8b5e-3971587d1123][Link Five by id]] > > [[id:11886507-bb77-49fb-af59-9d5ac43dce0d][Link Six by id]] Fixed. Thank you. Regards, -- Nicolas Goaziou