From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Rework org-export-html-preamble/postamble (again) Date: Tue, 15 Mar 2011 19:11:04 +0100 Message-ID: <87ei68dzk7.fsf@gnu.org> References: <87pqq08e0e.fsf@gnu.org> <87d3m0dozi.fsf@riotblast.dunsmor.com> <874o7bgwa4.fsf@gnu.org> <87aah3c9t3.fsf@riotblast.dunsmor.com> <87ipvqrfrf.fsf@gnu.org> <87wrk0z8dm.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=49520 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzYiN-0004gU-J9 for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 14:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzYiM-0008Ir-J3 for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 14:11:27 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:59873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzYiM-0008Il-AA for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 14:11:26 -0400 Received: by wwc33 with SMTP id 33so893951wwc.30 for ; Tue, 15 Mar 2011 11:11:25 -0700 (PDT) In-Reply-To: <87wrk0z8dm.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Tue, 15 Mar 2011 10:55:01 -0500") 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: Jason Dunsmore Cc: emacs-orgmode@gnu.org Hi Jason, Jason Dunsmore writes: >> You mean that, without any :html-preamble and with >> ̀org-export-html-preamble' set to `t' (as it is by default in these >> patches), you don't see any

title

? > > If :html-preamble isn't set, I see an

title

. When :html-preamble in a publishing project, it falls back on org-export-html-preamble, which defaults to `t'. You need to set :html-preamble to nil so that the HTML export doesn't insert

title

. > If it is set, (to what?) > but without explicitly defining "

%t

" in the > :html-preamble string, there is no

title

. When :html-preamble is set to `t' in a publishing project, and org-export-html-preamble-format hasn't been modified, it should insert

%t

-- it does here. Can you give an example I can test? > This is not how > it worked before the recent changes to html exporting (ie. previously it > wasn't necessary to explicitly define

%t

in the :html-preamble > string). It is not -- just check that org-export-html-preamble is `t' and that should be all right. In th recent changes, I tried to make sure that the defaults produce the same HTML output than defaults in 7.4. > The previous behavior seems more consistent. > > This is with the latest git version (commit b6b7057467b6b). > > `org-export-html-preamble' is set to `t' in all my testing. Thanks for this report again... -- Bastien