From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: custom postamble in HTML export Date: Tue, 5 Oct 2010 20:05:54 +0200 Message-ID: References: <87bp79260i.fsf@dasa3.iem.pw.edu.pl> <929A9F5D-E599-4190-B279-FF74FE541A8C@gmail.com> <87tyl0vbdt.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=51172 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Btr-00042v-4f for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 14:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Bto-0004jA-Bn for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 14:06:02 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:64434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Btn-0004ir-Vs for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 14:06:00 -0400 Received: by ewy19 with SMTP id 19so3277723ewy.0 for ; Tue, 05 Oct 2010 11:05:59 -0700 (PDT) In-Reply-To: <87tyl0vbdt.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 5, 2010, at 6:43 PM, =C5=81ukasz Stelmach wrote: > Carsten Dominik writes: > >> On Oct 4, 2010, at 7:59 PM, =C5=81ukasz Stelmach wrote: >> >>> 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 =20= >>> div >>> of the postamble. IMHO it makes more sense to put custom content =20 >>> into >>> the existing postamble than crating another one. There is usually =20= >>> only >>> one footer per page ;-) >> >> :postamble is meant to completely replace the automatic >> postamble Org creates, > > But what if I like the information it puts there? Then you have a case which Org currently does not handle. You would have to introduce a new variable, org-export-html-postamble-=20= extra and arrange for it to be handled correctly with publishing properties =20= etc etc. - Carsten