From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Cassou Subject: 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: Thu, 23 Mar 2017 10:47:40 +0100 Message-ID: <8760j0uxxf.fsf@cassou.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqzLj-00062D-Ip for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 05:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqzLf-0006eR-DR for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 05:48:07 -0400 Received: from mail.choca.pics ([62.210.108.126]:55908) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqzLe-0006ca-UT for emacs-orgmode@gnu.org; Thu, 23 Mar 2017 05:48:03 -0400 Received: from localhost (localhost.localdomain [IPv6:::1]) by mail.choca.pics (Postfix) with ESMTP id B6AC4232AD0E for ; Thu, 23 Mar 2017 10:47:52 +0100 (CET) Received: from mail.choca.pics ([IPv6:::1]) by localhost (mail.choca.pics [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id pHubNWstXJ6f for ; Thu, 23 Mar 2017 10:47:48 +0100 (CET) Received: from localhost (localhost.localdomain [IPv6:::1]) by mail.choca.pics (Postfix) with ESMTP id CBB90232AD10 for ; Thu, 23 Mar 2017 10:47:48 +0100 (CET) Received: from mail.choca.pics ([IPv6:::1]) by localhost (mail.choca.pics [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id nlEJLt8qy3P1 for ; Thu, 23 Mar 2017 10:47:48 +0100 (CET) Received: from luz4 (31-211-216-84.customers.ownit.se [31.211.216.84]) by mail.choca.pics (Postfix) with ESMTPSA id 8B57A232AD0E for ; Thu, 23 Mar 2017 10:47:48 +0100 (CET) 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: emacs-orgmode@gnu.org 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=3Dmaster]] I get this when exporting to HTML:

https://f= oo.com/badge.svg?branch=3Dmaster

I was expecting both outputs to be figures with an image. It seems that the query "?branch=3Dmaster" at the end of the URL prevents the output of a picture. Emacs : GNU Emacs 25.2.4 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.10= ) of 2017-03-18 Package: Org-mode version 8.2.10 (release_8.2.10 @ /usr/local/share/emacs= /25.2/lisp/org/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-id-locations-file "/home/cassou/.emacs.d/var/org/id-locations.el" org-hide-leading-stars t org-clock-clocked-in-display nil org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-comm= and-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}" ("= \\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subs= ubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\sect= ion{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subs= ubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subpar= agraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%= s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s= }" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subs= ubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" = . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s= }" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subs= ubsection{%s}" . "\\subsubsection*{%s}")) ) org-clock-persist-file "/home/cassou/.emacs.d/var/org/clock-persist.el" org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-= command-hook) org-ellipsis "=E2=A4=B5" org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-html-format-drawer-function '(lambda (name contents) contents) org-log-done 'time org-latex-format-inlinetask-function 'ignore org-confirm-shell-link-function 'yes-or-no-p org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-defaul= t org-startup-align-all-tables t org-twbs-format-headline-function 'ignore org-file-apps '(("\\.png\\'" . default) (t unify-opening-open file) (aut= o-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)) org-export-with-toc nil org-special-ctrl-a/e t org-twbs-format-inlinetask-function 'ignore org-agenda-custom-commands '((" " "Agenda" ((agenda "" nil) (tags "REFILE" ((org-agenda-overriding-header "Tasks to= Refile") (org-tags-match-list-sublevels nil))) ) nil) ) org-latex-format-headline-function 'org-latex-format-headline-default-fu= nction org-default-notes-file "~/Documents/configuration/org/refile.org" org-capture-templates '(("t" "Todo" entry (file org-default-notes-file) = "* TODO %?%i") ("s" "Schedule" entry (file org-default-calendar= -file) "* %?\n%^T")) org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) org-html-postamble nil org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-con= figure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-table-use-standard-references nil org-mode-hook '(er/add-org-mode-expansions (lambda nil (org-add-hook (quote change-major-mode-hook) (quote org= -show-block-all) (quote append) (quote local))) #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-re= sult-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-refile-targets '((("~/Documents/configuration/org/repeating.org" "~/= Documents/configuration/org/someday.org" "~/Documents/configuration/org/tasks.org") :maxlevel . 2) ) org-fontify-done-headline t org-outline-path-complete-in-steps nil org-use-speed-commands t org-ascii-format-drawer-function '(lambda (name contents width) contents= ) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safel= y-maybe) org-directory "~/Documents/configuration/org" org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers= org-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-vi= sibility-change) org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)" "CANCELLED(c)")) org-time-stamp-rounding-minutes '(10 10) org-modules '(org-protocol org-capture ox-beamer) org-catch-invisible-edits 'error org-export-allow-bind-keywords t org-babel-tangle-lang-exts '(("python" . "py") ("java" . "java") ("emacs= -lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-twbs-format-drawer-function '(lambda (name contents) contents) org-html-format-headline-function 'ignore org-completion-use-ido t org-export-creator-string "" org-babel-load-languages '((nim . t) (sh . t) (emacs-lisp . t) (java . t= ) (python . t)) org-html-format-inlinetask-function 'ignore org-agenda-files '("~/Documents/configuration/org/schplaf.org" "~/Docume= nts/configuration/org/repeating.org" "~/Documents/configuration/org/tasks.org" "~/Document= s/configuration/org/refile.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) --=20 Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill