html: Rewrite local links to .org files to .html

emacs rewrites links to `.org` files to corresponding links with `.html`
extension in the html export.
This commit is contained in:
Niklas Fasching 2021-01-02 18:56:35 +01:00
parent 1b68e209ac
commit 84d56e9562
4 changed files with 20 additions and 12 deletions

View file

@ -67,6 +67,9 @@ not emphasized/</p>
<p>regular link to a file (image) <img src="my-img.png" alt="my-img.png" title="my-img.png" /></p>
</li>
<li>
<p>regular link to an org file (extension replaced with html) <a href="inline.html">inline.html</a> / <a href="../testdata/inline.html">../testdata/inline.html</a></p>
</li>
<li>
<p>regular link to a file (video) <video src="my-video.mp4" title="my-video.mp4">my-video.mp4</video></p>
</li>
<li>