From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: custom postamble in HTML export Date: Tue, 5 Oct 2010 03:28:53 +0200 Message-ID: <929A9F5D-E599-4190-B279-FF74FE541A8C@gmail.com> References: <87bp79260i.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=47837 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2wKv-0002Db-FR for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 21:28:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2wKt-000681-Q2 for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 21:28:57 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:40506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2wKt-00067v-Ln for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 21:28:55 -0400 Received: by ewy19 with SMTP id 19so2927977ewy.0 for ; Mon, 04 Oct 2010 18:28:54 -0700 (PDT) In-Reply-To: <87bp79260i.fsf@dasa3.iem.pw.edu.pl> 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?=C5=81ukasz_Stelmach?= Cc: emacs-orgmode@gnu.org On Oct 4, 2010, at 7:59 PM, =C5=81ukasz Stelmach wrote: > Hello. > > How about moving > > (org-export-html-insert-plist-item opt-plist :postamble opt-plist) > > in org-html.el from line 1694 few lines up, just above the closing div > of the postamble. IMHO it makes more sense to put custom content into > the existing postamble than crating another one. There is usually only > one footer per page ;-) :postamble is meant to completely replace the automatic postamble Org creates, so you would normally use it with :auto-postamble nil - Carsten