From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Rework org-export-html-preamble/postamble (again) Date: Tue, 15 Mar 2011 15:26:31 -0500 Message-ID: <87aagwuo3s.fsf@riotblast.dunsmor.com> 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> <87ei68dzk7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52578 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzapA-00086G-Hs for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 16:26:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pzap8-0003qw-6S for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 16:26:36 -0400 Received: from deathroller.dunsmor.com ([98.129.169.48]:49051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pzap8-0003qj-39 for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 16:26:34 -0400 In-Reply-To: <87ei68dzk7.fsf@gnu.org> (Bastien's message of "Tue, 15 Mar 2011 19:11:04 +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: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >>> You mean that, without any :html-preamble and with >>> =CC=80org-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

.=20=20 > > 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,=20 > > (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. Yes, the same happens for me. The case I'm referring to is when :html-preamble is set to a string. > Can you give an example I can test? Set :html-preamble to: --8<---------------cut here---------------start------------->8--- "
\ index :: \ changelog :: \ sitemap \
" --8<---------------cut here---------------end--------------->8--- When I export as HTML with this config, I don't see an

title

. Do you? Previously, :html-preamble could be set to a format string without "

%t

" and "

title

" would still be exported. Regards, Jason