Fix publishing links to absolute file names belonging to project
commit6aac798f2556041113d72d79ddc68d7d27017e38
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 26 Nov 2017 09:46:53 +0000 (26 10:46 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 26 Nov 2017 09:46:53 +0000 (26 10:46 +0100)
treeb9078e1a81ad8bee27e05bec6f588bb98580829f
parent1d8126385cf979cfaade0e6a82040884bd6af56b
Fix publishing links to absolute file names belonging to project

* lisp/ox-publish.el (org-publish-file-relative-name): New function.
* lisp/ox-html.el (org-html-link): Use new function.

* testing/lisp/test-ox-publish.el (test-org-publish/file-relative-name):
  New test.
lisp/ox-html.el
lisp/ox-publish.el
testing/lisp/test-ox-publish.el