From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rustom Mody" Subject: A Bug(?) and a question Date: Fri, 13 Jun 2008 12:23:15 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K73A2-0001Sn-BC for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 02:53:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K73A0-0001Sb-VZ for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 02:53:22 -0400 Received: from [199.232.76.173] (port=53031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K73A0-0001SY-M4 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 02:53:20 -0400 Received: from mx20.gnu.org ([199.232.41.8]:43688) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K73A0-0001F6-8U for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 02:53:20 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K739y-0001I3-A2 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 02:53:18 -0400 Received: by rv-out-0708.google.com with SMTP id k29so4700273rvb.6 for ; Thu, 12 Jun 2008 23:53:15 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org This small file: #+OPTIONS: toc:nil #+TITLE: A Title * Introduction Some Text generates html in which the #+TITLE: A Title appears (in the html). Am I missing some option or is this a bug? [Version of org 6.04c] While I am at OPTIONs Ive one more question: How easy is it to have a tail line (in the generated html) which says something like the following? Auto-generated by org mode in emacs I can use #+TEXT: but this puts the text at the top Thanks Rustom