From mboxrd@z Thu Jan 1 00:00:00 1970 From: joaooneillcortes@outlook.pt (=?utf-8?Q?Jo=C3=A3o?= O'Neill Cortes) Subject: info links broken Date: Wed, 08 May 2019 11:45:03 +0100 Message-ID: <87o94d6x8w.fsf@triangulum.inesc-id.pt> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOK4d-0000uG-12 for emacs-orgmode@gnu.org; Wed, 08 May 2019 06:45:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOK4b-0004wc-1o for emacs-orgmode@gnu.org; Wed, 08 May 2019 06:45:18 -0400 Received: from [195.159.176.226] (port=36198 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOK4Z-0004rp-7Y for emacs-orgmode@gnu.org; Wed, 08 May 2019 06:45:16 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hOK4T-000XXE-Ky for emacs-orgmode@gnu.org; Wed, 08 May 2019 12:45:09 +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 Using release 9.2.3(Tag 342) on emacs 26.1, fedora. Links of info type, for instance, [[info:org#The%20clock%20table][info:org#The clock table]] , seem to be broken. The property :path retrieved by org-element-property in line 10292 is empty, and therefore the link fails to open, #+begin_src emacs-lisp ((eq type 'link) (let ((type (org-element-property :type context)) (path (org-element-property :path context))) #+end_src