From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: [RFC] vs in HTML export Date: Fri, 10 Jan 2014 11:09:59 -0500 Message-ID: References: <87vbxsamjm.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1eet-0002gx-Lf for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1eem-0004uj-Hu for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:10:07 -0500 Received: from mail.rickster.com ([204.62.15.78]:44367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1eem-0004uP-ET for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 11:10:00 -0500 In-Reply-To: <87vbxsamjm.fsf@alphaville.bos.redhat.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org On 2014-01-09 16:10, Nick Dokos wrote: > Exporting this to HTML produces tags like this: > > ,---- > |
> |

foo.svg > |

> |
> | > | > |
> |

foo.png > |

> |
> `---- > > I attach a patch[fn:1] that changes these to tags (the patch > is > proof-of-concept only, not meant for integration into org core - it'll > need a fair amount of work before that happens, if it ever happens.) > With the patch, the relevant output is changed to this: > > ,---- > |
> |

> |

> |
> | > | > |
> |

> |

> |
> `---- > Open questions > Do I have this right? I'm neither an SVG nor an HTML expert. If there > is > another way to do what I want, please let me know. > > Do most browsers support tags? Do they do the right thing with > images in tags? > BTW, I tried using > This does not work because the close tag is required according to the spec (like a script tag). From a quick read on the interwebs, yes, it seems that is an html4 specification. One problem with your solution, is that does not allow an 'alt' attribute The problem w/