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


Reply via email to