From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Configuring html footnote (or adding to end of body) Date: Sun, 23 Feb 2014 13:05:36 +0100 Message-ID: <87txbq11bj.fsf@gmx.us> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHXn5-0004vl-9P for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 07:04:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHXmz-0005xY-97 for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 07:04:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:34952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHXmz-0005xN-2q for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 07:04:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WHXmx-0008WS-NH for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 13:04:07 +0100 Received: from dynamic-adsl-78-13-172-106.clienti.tiscali.it ([78.13.172.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 13:04:07 +0100 Received: from rasmus by dynamic-adsl-78-13-172-106.clienti.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 13:04:07 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Blanchette, Marco" writes: > Sorry if this has been answered before, can’t seem to find a way to search for it… > > Is there a way to configure the default content of the footer produced > during html formatted export? There is a javaScript that I would like > to be the last bit of my html every time an org file is > exported. Can’t seem to figure that one out. In Org footnotes and different from the postamble. I think you're talking about the postamble, but I'm not certain. >From the manual there's org-html-postamble-format, which is quite flexible. You can use specify your own function. You can also specify html-postamble as an option, but IMO this is mostly feasible in org-publish-project-alist. Of course a filter is also always an option. Perhaps org-export-filter-final-output-functions is what you'd want here. Hope it helps, Rasmus -- C is for Cookie