Re: [O] [BUG] org-display-inline-images does not obey #+LINK directive

2013-07-14 Thread Nick Dokos
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

[O] [BUG] org-display-inline-images does not obey #+LINK directive

2013-07-14 Thread Nick Dokos
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.