Re: [O] Bug: Link descriptions in org-element parser

2017-05-22 Thread Nicolas Goaziou
Hello, Erik Sjöstrand writes: > I've updated to org-mode 9.0.7 but the problem remains. With this org-mode > buffer > > [[info:emacs#Directory%20variables][info:Directory variables]] > > org-element-parse-buffer give the following (indented): > > (org-data > nil > (section > (:begin 1 :e

Re: [O] Bug: Link descriptions in org-element parser

2017-05-22 Thread Erik Sjöstrand
Hi! I've updated to org-mode 9.0.7 but the problem remains. With this org-mode buffer [[info:emacs#Directory%20variables][info:Directory variables]] org-element-parse-buffer give the following (indented): (org-data nil (section (:begin 1 :end 92 :contents-begin 1 :contents-end 92 :post-

Re: [O] Bug: Link descriptions in org-element parser

2017-05-21 Thread Nicolas Goaziou
Hello, Erik Sjöstrand writes: > When having an link where the link's description also look like a link, > the description will be treated like a link by org-element. As an > example: > > [[info:emacs#Directory%20Variables][info:Directory Variables]] > > If the above was an org-file, org-elem

[O] Bug: Link descriptions in org-element parser

2017-05-21 Thread Erik Sjöstrand
When having an link where the link's description also look like a link, the description will be treated like a link by org-element. As an example: [[info:emacs#Directory%20Variables][info:Directory Variables]] If the above was an org-file, org-element-parse-buffer would find two links in the