From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Export as HTML Date: Mon, 30 Mar 2009 14:28:41 +0200 Message-ID: <871vsfgpom.fsf@kassiopeya.MSHEIMNETZ> References: <87hc1bwfsq.fsf@mundaneum.com> <874oxbwedd.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoGYX-0001aa-PA for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 08:25:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoGYS-0001Zi-80 for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 08:25:32 -0400 Received: from [199.232.76.173] (port=49882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoGYS-0001Zf-0G for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 08:25:28 -0400 Received: from mail.gmx.net ([213.165.64.20]:34154) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LoGYR-0002PR-DD for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 08:25:27 -0400 In-Reply-To: <874oxbwedd.fsf@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastien?= Vauban"'s message of "Mon, 30 Mar 2009 11:26:22 +0200") 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: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org Could you describe here what's the problem with the
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. One way to gear the export results to your needs exactly might be the usage of XSL (which you could use with the XHTML or DocBook export). Since the ideas about layout differ so much, I think it's not worth it to change the XHTML export, but to put more effort into creating a template based export instead. Or into what was already called the `generic exporter' here, and I think some people are already working on it. Sebastian S=C3=A9bastien Vauban writes: > Hi Roc Lee, > > Roc lee wrote: >> 2009/3/30 roc lee >>>> Could you remove that line, and its closing tag from `(insert >>>> "\n
\n\n\n"))' (in function `org-export-as-html') so >>>> that we have a completely naked BODY, that the user can fill at its own >>>> freedom via the preamble/postamble? >> >> There is no such a div on my exported files. The version I am using is >> 6.17a. > > See lines 3584: > > >
> > and line 4205: > > > (insert "\n
\n\n\n")) > > in my Org-mode version 6.24trans. > > Seb