From mboxrd@z Thu Jan 1 00:00:00 1970
From: Carsten Dominik
Subject: Re: patch to org.el to produce xhtml:
Date: Sat, 27 May 2006 14:37:17 +0200
Message-ID:
References: <17526.25212.48304.308344@localhost.localdomain>
Mime-Version: 1.0 (Apple Message framework v623)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Return-path:
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
id 1Fjy2l-0006KV-3G
for emacs-orgmode@gnu.org; Sat, 27 May 2006 08:37:23 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
id 1Fjy2j-0006K3-Ll
for emacs-orgmode@gnu.org; Sat, 27 May 2006 08:37:22 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
by lists.gnu.org with esmtp (Exim 4.43) id 1Fjy2j-0006K0-J9
for emacs-orgmode@gnu.org; Sat, 27 May 2006 08:37:21 -0400
Received: from [194.134.35.145] (helo=smtp05.wanadoo.nl)
by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fjy7q-0007fg-LP
for emacs-orgmode@gnu.org; Sat, 27 May 2006 08:42:38 -0400
In-Reply-To: <17526.25212.48304.308344@localhost.localdomain>
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: raman@users.sf.net
Cc: emacs-orgmode@gnu.org
On May 26, 2006, at 4:05, T. V. Raman wrote:
> I am attaching a partial patch (see below for explanation of
> partial)
> along with sample files, I hope others here can help finish
> this.
>
> Goal: Produce well-formed XHTML.
>
> What I have Fixed:
>
> 0) Ensure all tagnames are lower case.
> 1) Emit correct doctype and xhtml namespace.
> 2) Emit /> to close meta tags.
> 3) Emit to close bullets (not all cases covered)
> 4) Ensured that all attribute values are quoted.
>
> ToDo:
>
> A) Emit closing li tags in all cases.
> B) Emit closing
to close paragraphs.
> C) Ensure that author and date bits on the bottom are wrapped in
> a ...
> where xxx is author or date as appropriate.
>
I think I can take care of these remaining issues. This is all that is
needed to get to XHTM strict???? Easier than I thought, then.
Thanks!
Carsten