From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Cassou 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: Tue, 18 Apr 2017 14:45:25 +0200 Message-ID: <87tw5ldguy.fsf@cassou.me> References: <8760j0uxxf.fsf@cassou.me> <87efwrmdg8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0SVw-0007rO-5H for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 08:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0SVr-00023O-Io for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 08:45:48 -0400 Received: from mail.choca.pics ([62.210.108.126]:47232) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0SVr-000205-8u for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 08:45:43 -0400 In-Reply-To: <87efwrmdg8.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: >> Given this org file >> >> [[http://foo.com][https://foo.com/badge.svg]] >> >> [[http://foo.com][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'? thanks for the suggestion. I have tried several ways to specify a value for this variable inside the file but failed to make the export change in any way. I can't change the value of the file in my .emacs.d as I expect github's org engine to take care of exporting the html. Thanks -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill