From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Image export with link does not support query delimiter [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/25.2/lisp/org/)] Date: Mon, 17 Apr 2017 14:21:59 +0200 Message-ID: <87efwrmdg8.fsf@nicolasgoaziou.fr> References: <8760j0uxxf.fsf@cassou.me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d05fS-00052f-J6 for emacs-orgmode@gnu.org; Mon, 17 Apr 2017 08:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d05fO-0003hG-HD for emacs-orgmode@gnu.org; Mon, 17 Apr 2017 08:22:06 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:c:538::200]:38587) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d05fO-0003gT-Bp for emacs-orgmode@gnu.org; Mon, 17 Apr 2017 08:22:02 -0400 In-Reply-To: <8760j0uxxf.fsf@cassou.me> (Damien Cassou's message of "Thu, 23 Mar 2017 10:47:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Damien Cassou Cc: emacs-orgmode@gnu.org Hello, Damien Cassou 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: > >
>

> > badge.svg > >

>
> >

> > https://foo.com/badge.svg?branch=master > >

> > > 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