emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] info links broken


From: João O'Neill Cortes
Subject: [O] info links broken
Date: Wed, 08 May 2019 11:45:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]