all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* link to a image and inline image exportation
@ 2007-07-14 12:12 francois
  2007-07-15  7:45 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: francois @ 2007-07-14 12:12 UTC (permalink / raw)
  To: emacs-orgmode

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-16  6:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 12:12 link to a image and inline image exportation francois
2007-07-15  7:45 ` Carsten Dominik
2007-07-15 11:22   ` francois
2007-07-16  6:50     ` Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.