From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Bug: Org commit d07d8ff41 breaks square-brace links in recent Emacs. [9.2.6 (release_9.2.6-538-g23113f @ /home/kfogel/src/org-mode/lisp/)] Date: Wed, 18 Sep 2019 10:55:27 +0200 Message-ID: <8436gum1a8.fsf@gmail.com> References: <87h85atzpb.fsf@red-bean.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50736) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAVfe-0001Wq-49 for emacs-orgmode@gnu.org; Wed, 18 Sep 2019 04:50:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAVfc-0006iL-VL for emacs-orgmode@gnu.org; Wed, 18 Sep 2019 04:50:41 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:42928 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAVfc-0006ft-KV for emacs-orgmode@gnu.org; Wed, 18 Sep 2019 04:50:40 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iAVfZ-000MyR-82 for emacs-orgmode@gnu.org; Wed, 18 Sep 2019 10:50:37 +0200 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: emacs-orgmode@gnu.org Hi. Karl Fogel writes: > Hi. It appears that commit d07d8ff4163 in Org Mode causes square-brace-enclosed links to display incorrectly. > > The buggy behavior is simple to describe: if you write a link like this > > [[URL][LINK-TEXT]] > > then URL will be displayed instead of LINK-TEXT (and LINK-TEXT goes unused: URL is still also given as the underlying link). This was a little accident with the regexp match groups AFAICT. This is fixed in master. Thanks, -- Marco