From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: weirdness with #+TITLE in HTML export Date: Fri, 30 May 2008 23:53:12 +0100 Message-ID: <20080530225312.GC16661@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2DTK-00081q-0h for emacs-orgmode@gnu.org; Fri, 30 May 2008 18:53:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2DTI-00081d-IL for emacs-orgmode@gnu.org; Fri, 30 May 2008 18:53:17 -0400 Received: from [199.232.76.173] (port=58751 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2DTI-00081a-Fb for emacs-orgmode@gnu.org; Fri, 30 May 2008 18:53:16 -0400 Received: from mail.beimborn.com ([70.84.38.100]:60669) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K2DTI-0004J1-1E for emacs-orgmode@gnu.org; Fri, 30 May 2008 18:53:16 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m4UMrEmd010868 for ; Fri, 30 May 2008 17:53:14 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m4UMrEnN010862 for emacs-orgmode@gnu.org; Fri, 30 May 2008 23:53:14 +0100 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: org-mode mailing list Is this a regression or am I missing something? --------- 8< --------- 8< --------- 8< --------- 8< --------- 8< --------- #+OPTIONS: H:1 num:t toc:t \n:nil skip:nil #+TITLE: Test title Foo --------- 8< --------- 8< --------- 8< --------- 8< --------- 8< --------- results in the following (preamble and postamble snipped for brevity): --------- 8< --------- 8< --------- 8< --------- 8< --------- 8< ---------

Test title

#+TITLE: Test title

Foo

--------- 8< --------- 8< --------- 8< --------- 8< --------- 8< --------- Why does the #+TITLE line appear in the raw text? And why does it vanish if I add a newline before it in the source .org file?