Hello,

Alan Schmitt <alan.schm...@polytechnique.org> writes:

> I'm fetching images using org-download, which creates links of the form:
>
>  [[~/work/talks/Formal_JavaScript/images/Adobe_logo_2015-06-17_12:22:02.gif]]
>
> Unfortunately these links are not exported when I export to latex, I get
> this output:
>
>  
> \url{file:///Users/schmitta/work/talks/Formal_JavaScript/images/Adobe_logo_2015-06-17_12:22:02.gif}
>
> Is there a way to get an inline image instead? I see the manual requires
> the link to start with "file:" or with ".", could it also work with
> "~"?

It already works with "~", but ".gif" is not recognized, by default, as
a valid extension for images. You can configure
`org-latex-inline-image-rules'.

Regards,

-- 
Nicolas Goaziou

Reply via email to