From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: HTML export options are being ignored Date: Fri, 04 Mar 2011 16:49:11 +0100 Message-ID: <87sjv2ant4.fsf@gnu.org> References: <877hcmyiqu.fsf@riotblast.dunsmor.com> <8739nayhp7.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=36306 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvXFz-0007Qe-Bo for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 10:49:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvXFy-0001Vg-4b for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 10:49:31 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:54101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvXFx-0001VX-RH for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 10:49:30 -0500 Received: by wyi11 with SMTP id 11so2548184wyi.0 for ; Fri, 04 Mar 2011 07:49:28 -0800 (PST) In-Reply-To: <8739nayhp7.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Sat, 26 Feb 2011 08:49:08 -0600") 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: org-mode , =?iso-8859-1?Q?C=E1ssio?= Koshikumo Hi Jason, Jason Dunsmore writes: > http://orgmode.org/w/org-mode.git/commitdiff/da8dc7bba7261 > > 1) :preamble was renamed :html-preamble > 2) :postamble was renamed :html-postamble > 3) org-export-email-info is no longer checked before attempting export > of email address. > > For the first two, the manual needs to be updated. Done, thanks. > The third change seems like a bug. Yes. I've changed the default of org-export-html-preamble (and postamble) to nil, so that the default behavior reproduce the old one, and author/email/creator-info options will be honored. Setting :html-preamble in any fashing will override these options for the HTML export. I explained that in the manual. Following your suggestion, I also republished the online manual to reflect these changes: http://orgmode.org/manual/ > Also, I have no title when I set the title with "#+TITLE: " on the first > line. I'm not sure if this has to do with org-export-html-title-format > being removed. Mhh.. I cannot reproduce this. Can you check again? Thanks, -- Bastien