From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Best way to embed an svg file in an exported xhtml page? Date: Sun, 03 Oct 2010 19:30:26 -0600 Message-ID: <87lj6ebv7x.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38428 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2Zsu-0005lz-M2 for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 21:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2Zst-0007Qf-Kd for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 21:30:32 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:47604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2Zst-0007Ms-Fy for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 21:30:31 -0400 Received: by pzk26 with SMTP id 26so3072381pzk.0 for ; Sun, 03 Oct 2010 18:30:30 -0700 (PDT) In-Reply-To: (Bryan Emrys's message of "Sun, 3 Oct 2010 18:00:58 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bryan Emrys Cc: emacs-orgmode@gnu.org Hi Bryan, I have the following in my config which works for me (add-to-list 'org-export-html-inline-image-extensions "svg") Best -- Eric Bryan Emrys writes: > Hello all, > > I'm exporting an org page to xhtml and I'm trying to show an svg file in an > xhtml page the same way that a png file can be shown. So far, my efforts > have only succeeded in getting a link to the svg file on the page. > > I can hand input width="300" height="300"> and have it appear (at least in firefox, > opera and chromium. (Don't have a copy of IE to test), but obviously I'd > rather just have org-mode export it directly. > > Suggestions? > > Bryan > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode