emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] info links broken


From: Marco Wahl
Subject: Re: [O] info links broken
Date: Wed, 08 May 2019 13:03:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

address@hidden (João O'Neill Cortes) writes:

> 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
>


There has been a change in the encoding of the links lately.

See ORG-NEWS/Version 9.3/Incompatible changes/Change bracket link
escaping syntax.  There is also function org-update-link-syntax to
update old-style links.

Concretely your example could be written as

[[info:org#The clock table][info:org#The clock table]]

or even

[[info:org#The clock table]]


Ciao
-- 
Marco




reply via email to

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