Fix file urirelease_8.3.2
commitfd8a18151a7a64ded36c169f03c76bf96733bfd9
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 25 Sep 2015 22:04:05 +0000 (26 00:04 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 25 Sep 2015 22:11:42 +0000 (26 00:11 +0200)
tree2eb5f049ab003dca98e305bb142ff7bbb82910d8
parente68bc78ae404b1524e92986dc7ff71826c235e73
Fix file uri

* lisp/ox.el (org-export-file-uri): Properly expand file uri.

* lisp/org-element.el (org-element-link-parser): Start path with "//"
  when referring to a remote file.

* testing/lisp/test-ox.el (test-org-export/file-uri): Add test.

Reported-by: AW <alexander.willand@t-online.de>
<http://permalink.gmane.org/gmane.emacs.orgmode/101471>
lisp/org-element.el
lisp/ox.el
testing/lisp/test-ox.el