emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Export as HTML


From: Matthew Lundin
Subject: Re: [Orgmode] Re: Export as HTML
Date: Mon, 30 Mar 2009 07:46:06 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Sebastian Rose <address@hidden> writes:

> Could you describe here what's the problem with the <div> element?
>
> This was put in recently on a users request. If you don't want to use it
> for you're CSS styling, just don't.

In my opinion, a minor issue with the new default <div id="content"> is
that it is used used to wrap the entire body of the page. Though there
are no hard and fast rules, I believe it is a common convention to use
the id of "wrapper" or "container" for such a div and to use the id
"content" for a div that begins after a preamble/menu and ends before a
postamble/menu. In other words in this order.

<body>
<div id="container">
<div id="menu>
...
</div>
<div id="content">
...

Let me repeat that the new behavior of org-export is not really a
problem for me, as I simply adapted my css stylings to match it (I had
been using the id "content" for everything after the preamble). But the
new behavior could cause *minor* confusion for people trying to adapt a
generic css for use with org-export.

Best,
Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]