From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: [RFC] vs in HTML export Date: Thu, 16 Jan 2014 17:45:05 -0500 Message-ID: <20140116224505.GB45120@eyeBook> References: <87vbxsamjm.fsf@alphaville.bos.redhat.com> <87y52mzxek.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3vgY-0004iA-OX for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 17:45:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3vgS-0007iq-7m for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 17:45:14 -0500 Received: from mail.rickster.com ([204.62.15.78]:38505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3vgS-0007im-4y for emacs-orgmode@gnu.org; Thu, 16 Jan 2014 17:45:08 -0500 Received: from eyeBook.localhost (pool-173-56-80-180.nycmny.fios.verizon.net [173.56.80.180]) by mail.rickster.com (Postfix) with ESMTPS id ED83525856 for ; Thu, 16 Jan 2014 17:45:08 -0500 (EST) Content-Disposition: inline In-Reply-To: <87y52mzxek.fsf@bzg.ath.cx> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Sat, Jan 11, 2014 at 10:21:39AM +0100, Bastien wrote: > Rick Frankel writes: > > > I thing the solution is to use an tag for svg, but an > > tag for the rest. > > Yes -- I'm no HTML guru, but this corresponds to what I see in most > HTML pages. Change applied. You can use the html attribute ':fallback' to specify a fallback image file.e.g. #+ATTR_HTML: :width 100 :height 50 :fallback my.png [[file:my.svg]] rick