Hello,
W dniu 2011-04-21 10:34, Manuel Giraud pisze:
Hi,
Aankhen<aank...@gmail.com> writes:
[...]
I think you’d need to majorly rejigger them to make Org recognize your
link as an image.
And it doesn't seem to work in HTML anyway. I just tried to render this:
--8<---------------cut here---------------start------------->8---
<img
src="https://docs.google.com/leaf?id=0B-swGEqSDpxyMjgwNjE0MzEtMTA4OC00NTdmLWE3MjktMDJmOGE5ZWM2YjY0&hl=en"
alt="none"/>
--8<---------------cut here---------------end--------------->8---
in firefox and only get the alternative. (its the google way of web).
That is because this is not link to image but to the page that shows
image. Direct link to image is
https://lh6.googleusercontent.com/KXI0totQ7IlQlRpUqszAYhRM0ldASL6vdl3VWDEswuoStG-jMMbNffNW-pHwRCR_xiXpgGNNaZGZfUWJ9UlGHjvwxQ=s512
and
<img
src="https://lh6.googleusercontent.com/KXI0totQ7IlQlRpUqszAYhRM0ldASL6vdl3VWDEswuoStG-jMMbNffNW-pHwRCR_xiXpgGNNaZGZfUWJ9UlGHjvwxQ=s512"
alt="none"/>
works fine. However, giving that this is some google docs image over
https it probably will not always work.
Cheers,
Radek.