From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Best way to embed an svg file in an exported xhtml page? Date: Mon, 4 Oct 2010 10:29:27 +0200 Message-ID: <10285636-C928-461C-A510-0C47BDFA8635@gmail.com> References: <87lj6ebv7x.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59964 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2gQU-0003OK-NY for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 04:29:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2gQN-0000zC-1T for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 04:29:32 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:64313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2gQM-0000z8-MS for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 04:29:30 -0400 Received: by eyh5 with SMTP id 5so2171837eyh.0 for ; Mon, 04 Oct 2010 01:29:29 -0700 (PDT) In-Reply-To: <87lj6ebv7x.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org On Oct 4, 2010, at 3:30 AM, Eric Schulte wrote: > Hi Bryan, > > I have the following in my config which works for me > > (add-to-list 'org-export-html-inline-image-extensions "svg") I have just made svg a member of the default list of extensions. Cheers - Carsten > > 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 > > _______________________________________________ > 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 - Carsten