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 10:55:01 -0500 Message-ID: <87wrk0z8dm.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> 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=51941 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzWaQ-0000xt-Iw for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 11:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzWaO-0001ke-2A for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 11:55:06 -0400 Received: from deathroller.dunsmor.com ([98.129.169.48]:45482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzWaN-0001iM-UV for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 11:55:03 -0400 In-Reply-To: <87ipvqrfrf.fsf@gnu.org> (Bastien's message of "Thu, 10 Mar 2011 19:29:08 +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: Jason Dunsmore , emacs-orgmode@gnu.org Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> This patch fixed that export error, but I'm still seeing the problems >> with exporting #+TITLE: in an

heading described at: >> >> http://article.gmane.org/gmane.emacs.orgmode/39100 > > 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

. If it is set, but without explicitly defining "

%t

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

title

. 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). 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. Regards, Jason