From mboxrd@z Thu Jan 1 00:00:00 1970 From: cezar@mixandgo.ro Subject: Re: Html export suggestion (use of
) Date: Sat, 06 Oct 2007 11:25:00 +0300 Message-ID: <874ph4wsyr.fsf@myhost.localdomain> References: <20071005215715.21604ade@newmanfamily.me.uk> 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 1Ie50t-00018u-SZ for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 04:27:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ie50t-00018i-Gt for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 04:27:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ie50t-00018d-AK for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 04:27:55 -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 1Ie50s-0000tL-UZ for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 04:27:55 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ie50a-0002hm-OI for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 08:27:36 +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 ; Sat, 06 Oct 2007 08:27:36 +0000 Received: from cezar by dyn-86.105.65.100.tm.upcnet.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 08:27:36 +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 Mike Newman writes: > I had wondered if there was any value in wrapping the html export in >
sections to match the structure of the org file. > > For example, rather than: > >

1 Heading

>

Text >

>

1.1 Subheading

>

More text >

>

1.2 Further subheading

>

Still more text >

> I have not yet used this feature, but I am working with html/css all day, so here is my opinion: 1. You shouldn't use more divs than you need to, and you don't need them. 2. You shouldn't use divs for presentation's sake. Why not make each subsection a different class or sumthin. 3. I think the way it's handled right now is better than your example. Cheers, Cezar