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:26:33 -0600 Message-ID: <877hcmyiqu.fsf@riotblast.dunsmor.com> References: 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=49284 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtL6S-0004kp-Lv for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 09:26:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtL6R-0001U4-SN for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 09:26:36 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:56610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtL6R-0001Tm-P6 for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 09:26:35 -0500 In-Reply-To: (=?utf-8?Q?=22C=C3=A1ssi?= =?utf-8?Q?o?= Koshikumo"'s message of "Fri, 25 Feb 2011 22:53:54 -0300") 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 Cc: org-mode 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 ASCII= 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.