Hello, Damien Cassou <dam...@cassou.me> writes:
> Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ > > Given this org file > > [[http://foo.com][https://foo.com/badge.svg]] > > [[http://foo.com][https://foo.com/badge.svg?branch=master]] > > > I get this when exporting to HTML: > > <div class="figure"> > <p> > <a href="http://foo.com"> > <img src="https://foo.com/badge.svg" alt="badge.svg" /> > </a> > </p> > </div> > > <p> > <a href="http://foo.com"> > <a > href="https://foo.com/badge.svg?branch=master">https://foo.com/badge.svg?branch=master</a> > </a> > </p> > > > I was expecting both outputs to be figures with an image. It seems that > the query "?branch=master" at the end of the URL prevents the output of > a picture. Couldn't you extend `org-html-inline-image-rules'? Regards, -- Nicolas Goaziou