Nick Dokos writes:
> I do C-c C-x C-v on a file like this:
>
> #+LINK: images/
>
> * foo
>
> #+BEGIN_HTML
> [[file:foo.svg]]
> #+END_HTML
>
> * Front page
>
> [[file:images/screenshot1.png]]
>
> * A sample of results
>
> fserver.png is in the images/ directory.
>
> [[file:fserver.png]]
>
>
> whe
I do C-c C-x C-v on a file like this:
--8<---cut here---start->8---
#+LINK: images/
* foo
#+BEGIN_HTML
[[file:foo.svg]]
#+END_HTML
* Front page
[[file:images/screenshot1.png]]
* A sample of results
fserver.png is in the images/ directory.
[[file:fserver.