From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: [bug?] Link to be exported only in HTML Date: Wed, 04 Feb 2015 16:15:29 +0100 Message-ID: <86wq3xso6m.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org #+TITLE: ECM Links for HTML only * Test If I want to include a link (GPL logo, here) to the HTML export, I should put it in a block, right? #+begin_html [[http://opensource.org/licenses/GPL-3.0][http://img.shields.io/:license-gpl-blue.svg]] #+end_html Well, that does not work: the link is not rendered as a link; it's copied "verbatim". OTOH, the link on its own is correctly exported to HTML: [[http://opensource.org/licenses/GPL-3.0][http://img.shields.io/:license-gpl-blue.svg]] ... but it fails to be exported to LaTeX (causing a "TeX capacity exceeded" error), reason why I must not have the link when exporting to LaTeX. Is this a bug? Is there an alternative? Best regards, Seb -- Sebastien Vauban