From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Version 7.5: org-export-html-preamble no longer supports function Date: Wed, 09 Mar 2011 17:19:10 +0100 Message-ID: <87hbbc8dxd.fsf@gnu.org> References: <4D76E207.5070803@jacksonhost.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxM6m-0004sL-Ic for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 11:19:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxM6l-0000SF-4g for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 11:19:32 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:59472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxM6l-0000S5-0P for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 11:19:31 -0500 Received: by wwc33 with SMTP id 33so634885wwc.30 for ; Wed, 09 Mar 2011 08:19:30 -0800 (PST) In-Reply-To: <4D76E207.5070803@jacksonhost.com> (Bill Jackson's message of "Tue, 08 Mar 2011 18:12:23 -0800") 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: Bill Jackson Cc: emacs-orgmode@gnu.org Hi Bill, Bill Jackson writes: > In version 7.4, org-export-html-preamble and org-export-html-postamble > could be set to the name of a function that was passed an option plist. See my last patch. It allows to set org-export-html-pre/postamble to a function that will return a string. The function take opt-plist as its only argument -- as org-export-html-preamble used to do. Let me know if it works for you! Thanks, -- Bastien