[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Best way to embed an svg file in an exported xhtml page?
From: |
Eric Schulte |
Subject: |
Re: [Orgmode] Best way to embed an svg file in an exported xhtml page? |
Date: |
Sun, 03 Oct 2010 19:30:26 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) |
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 <address@hidden> 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 <object type="image/svg+xml" data="/path/to/file/test1.svg"
> width="300" height="300"></object> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode