From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Fully featured Web publishing Date: Thu, 19 Mar 2009 11:37:24 +0100 Message-ID: <878wn1ajdn.fsf@kassiopeya.MSHEIMNETZ> References: <871vsuakc4.fsf@mundaneum.com> <87ljr2ahvx.fsf@kassiopeya.MSHEIMNETZ> <87hc1qsf2m.fsf@mundaneum.com> <878wn2a23d.fsf@kassiopeya.MSHEIMNETZ> <82eiwusamx.fsf@gmail.com> <49c1818c.16125e0a.15dc.fffffaa4@mx.google.com> 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 1LkFZu-0007kC-CY for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 06:34:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkFZp-0007jZ-C6 for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 06:34:21 -0400 Received: from [199.232.76.173] (port=60140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkFZp-0007jP-2O for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 06:34:17 -0400 Received: from mail.gmx.net ([213.165.64.20]:55305) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LkFZo-0001ag-7v for emacs-orgmode@gnu.org; Thu, 19 Mar 2009 06:34:16 -0400 In-Reply-To: <49c1818c.16125e0a.15dc.fffffaa4@mx.google.com> (Richard Riley's message of "Thu, 19 Mar 2009 00:19:38 +0100") 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: Richard Riley Cc: emacs-orgmode@gnu.org, Rasmus Pank Roulund Richard Riley writes: > Why not us preamble? > > I'm not sure if its an approved way or not but has done for me for a site > wide addition for a while now but I must admit to not being up to date > with all latest and greatest innovations. > > http://richardriley.net/projects/emacs/dotorg.html Nice trick. We have to put this into the publishing tutorial! BTW: here is bug in the docs: C-h v org-preamble TAB RET org-export-html-preamble is a variable defined in `org-exp.el'. Its value is nil Documentation: Preamble, to be inserted just before . Set by publishing functions. Should be: org-export-html-preamble is a variable defined in `org-exp.el'. Its value is nil Documentation: Preamble, to be inserted just after . Set by publishing functions. Regards, Sebastian