From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: Re: [BUG] define "just", preamble and postamble placement Date: Fri, 08 Oct 2010 07:31:53 +0200 Message-ID: <87eic18d2u.fsf@kotik.lan> References: <87eic1af5t.fsf@kotik.lan> <16539.1286491451@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=56077 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P45Ys-0003Da-HZ for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 01:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P45Yr-0001Af-7A for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 01:32:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:47431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P45Yq-0001Aa-Tl for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 01:32:05 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P45Yp-0003hy-J6 for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 07:32:03 +0200 Received: from 77-255-44-167.adsl.inetia.pl ([77.255.44.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 07:32:03 +0200 Received: from lukasz.stelmach by 77-255-44-167.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 07:32:03 +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: emacs-orgmode@gnu.org Nick Dokos writes: > Łukasz Stelmach wrote: > > >> The docstrings for org-export-html-(pre|post)amble say >> >> (Pre|Post)amble, to be inserted just (after|befor) . >> >> This means that they should go before and after (respectively)
> id="content"> and its
. Am I right? >> > > Warning: I'm not an expert. I think the reason that they are inside the >
....
is so that they can get whatever style > the CSS gives this
. If they were outside, then you would have to > modify the CSS to get at them (maybe by defining a body style). This is feasible and quite common. > Does it matter? Is the placement inside the
causing you > difficulties? The preamble still comes before any "real" content > and similarly for the postamble. |-----------+-----| | Preamble | |-----------+-----| | | | | Content | TOC | | | | |-----------+-----| | Postamble | |-----------+-----| I'd like to have a layout like the above one, with (pre|post)ambles of full width (or at least as wide a the content + TOC). With the present layout preamble and postamble are siblings to TOC and the text and I can't get the desired layout. -- Miłego dnia, Łukasz Stelmach