From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Regression - problem with links Date: Fri, 15 Mar 2019 16:02:08 +0100 Message-ID: <84mulw41vz.fsf@gmail.com> References: <87pnqs9pqy.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4oVh-0001Pa-G8 for emacs-orgmode@gnu.org; Fri, 15 Mar 2019 11:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4oLl-0002p2-OP for emacs-orgmode@gnu.org; Fri, 15 Mar 2019 11:02:23 -0400 Received: from [195.159.176.226] (port=52226 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4oLl-0002kr-Ci for emacs-orgmode@gnu.org; Fri, 15 Mar 2019 11:02:21 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h4oLe-000mi4-7Y for emacs-orgmode@gnu.org; Fri, 15 Mar 2019 16:02:14 +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: emacs-orgmode@gnu.org Hi, [...] > My links are like this: > > > [[https://somewebsiteaddress.net/path/to/page.do][Timekeeper]] > [[id:eb1085ed-15fe-46a3-8b5e-3971587d1123][OTL 2019]] > > and I want to see > > [1] Timekeeper > [2] OTL 2019 > > but instead I get the address like this which is much less useable > > [1] https://somewebsiteaddress.net/path/to/page.do > [2] id:eb1085ed-15fe-46a3-8b5e-3971587d1123 This sounds like a bug fixed a few days ago. https://code.orgmode.org/bzg/org-mode/commit/b1429cdfe043b199bb7be6dc5c97a299954b4e0d Can you check if the fix is in your copy of Org? HTH, Marco