Hello,

I use a special link for my images.
#+LINK: img file:~/path/to/images%s

but when i use it [[img::myimage.png]] the image path will not be expanded when
I   choose to export it inline.

I get:
<a href="/path/to/images/myimage.png"><img src="img::myimage.png"/></a>

and expect:
<a href="/path/to/images/myimage.png"><img 
src="/path/to/images/myimage.png"></a>



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to