org-element: Fix "file" link :path
commit0ab15904ec4c8329c41c1965d025b742d3bd0bf1
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 20 Apr 2015 10:35:41 +0000 (20 12:35 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 20 Apr 2015 10:35:41 +0000 (20 12:35 +0200)
tree3dc1402a83f681ca7f229e3558199f2f60c85c54
parent4ee8f4f2865b84669a8a0daec2725efb29c6bd90
org-element: Fix "file" link :path

* lisp/org-element.el (org-element-link-parser): Fix :path value.
* testing/lisp/test-org-element.el (test-org-element/link-parser):
  Update tests.

:path now really contains the filename, not some truncated URI.
lisp/org-element.el
testing/lisp/test-org-element.el