From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: HTML export options are being ignored Date: Sat, 26 Feb 2011 08:49:08 -0600 Message-ID: <8739nayhp7.fsf@riotblast.dunsmor.com> References: <877hcmyiqu.fsf@riotblast.dunsmor.com> 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=48660 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtLSi-00058S-FE for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 09:50:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtLSI-0005n5-IT for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 09:49:34 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:54192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtLSI-0005mm-CM for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 09:49:10 -0500 In-Reply-To: <877hcmyiqu.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Sat, 26 Feb 2011 08:26:33 -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: =?utf-8?Q?C=C3=A1ssio?= Koshikumo , bastien.guerry@wikimedia.fr Cc: org-mode Jason Dunsmore writes: > C=C3=A1ssio Koshikumo writes: > >> Hi all, >> >> I think there's a bug with the html exporter. With this OPTIONS line: >> >> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil >> >> I get rid of the numbering and the TOC, but still get the creator, the >> timestamp and the author lines at the end of the page. Exporting to ASCI= I seem >> to exclude them properly. >> >> Does anyone else experience this? > > I'm also having issues with HTML export. The :email-info, :preamble, > and :postamble publishing options are being ignored. I found the commit that broke things: 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. The third change seems like a bug. 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. Regards, Jason