From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Simplifying the handling of HTML preamble/postamble Date: Thu, 10 Feb 2011 18:13:14 +0100 Message-ID: <877hd73j9x.fsf@gnu.org> References: <87d3n0rqkn.fsf@altern.org> <87hbcc3p87.fsf@univ-nantes.fr> <87y65nvqlw.fsf@gnu.org> <87d3mz501y.fsf@univ-nantes.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pna4u-0001Kh-E3 for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 12:13:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pna4s-0004Ae-Og for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 12:13:12 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:39513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pna4s-0004AO-CP for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 12:13:10 -0500 Received: by fxm12 with SMTP id 12so1748081fxm.0 for ; Thu, 10 Feb 2011 09:13:09 -0800 (PST) In-Reply-To: <87d3mz501y.fsf@univ-nantes.fr> (Manuel Giraud's message of "Thu, 10 Feb 2011 17:25:29 +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: Manuel Giraud Cc: emacs-orgmode@gnu.org Manuel Giraud writes: > Bastien writes: > >> As for org-export-html-preamble and -postamble being t by default, it's >> a mistake I made. I think they should default to nil. But I'd welcome >> another opinion! > > For the postamble maybe. But for the preamble, I don't think it is a > good idea to remove the

title by default (but maybe I'm wrong : how > is it done in others export formats?) My bad. Preamble *and* postamble are currently inserted by default. The HTML export behaves as if :auto-preamble and :auto-postamble are set to t. So I guess I'll commit my patch as it is. -- Bastien