From mboxrd@z Thu Jan 1 00:00:00 1970 From: cezar@mixandgo.ro Subject: Re: Re: Html export suggestion (use of
) Date: Wed, 10 Oct 2007 16:31:49 +0300 Message-ID: <87ve9fgkoq.fsf@myhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfbiB-000628-IT for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 09:34:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ifbi9-00061n-5O for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 09:34:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ifbi8-00061V-Sy for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 09:34:52 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ifbi8-0006ED-En for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 09:34:52 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ifbhu-0002gq-VO for emacs-orgmode@gnu.org; Wed, 10 Oct 2007 13:34:39 +0000 Received: from dyn-86.105.65.100.tm.upcnet.ro ([86.105.65.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2007 13:34:38 +0000 Received: from cezar by dyn-86.105.65.100.tm.upcnet.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2007 13:34:38 +0000 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: emacs-orgmode@gnu.org Carsten Dominik writes: > I have no opinion and no knowledge to decide this question - please > work it out among yourselves and tell me what needs to be done. > > Thanks. > >>> How would that work without divs? The problem is (I think) that >>> sometimes an org section is represented in html as a header plus >>> following text: >>> >>>

HEADER TEXT

>>>

BODY TEXT

>>>

MORE BODY TEXT

I thing this ^^^ is good but should have the category name as a class like this:

Header here

normal text

some more text

Header here

normal text

some more text

Also a div should be optional for those who need it, so the whole category can be wraped in a
like this:

Header here

normal text

some more text

Header here

normal text

some more text

Maybe by using a tag or something ! Cheers, Cezar