From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: [Bug] body-only Export Option Adds Extra html Tags. Date: Mon, 07 Mar 2011 18:10:46 +0000 Message-ID: <4D751FA6.2000703@manor-farm.org> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwetl-0004cg-LY for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 13:11:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwetk-00055R-M6 for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 13:11:13 -0500 Received: from mail.ian-barton.com ([109.74.196.44]:56679 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwetk-00050I-Hw for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 13:11:12 -0500 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id D4325A059 for ; Mon, 7 Mar 2011 18:10:48 +0000 (UTC) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (mail.manor-farm.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AdXyI1bLnRtk for ; Mon, 7 Mar 2011 18:10:48 +0000 (UTC) Received: from mail.wilkesley.net (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id 83DF2A055 for ; Mon, 7 Mar 2011 18:10:48 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.wilkesley.net (Postfix) with ESMTP id 37B2D11E1C for ; Mon, 7 Mar 2011 18:14:26 +0000 (GMT) Received: from mail.wilkesley.net ([127.0.0.1]) by localhost (mail.bantercat.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sJJ8T-mwE5DE for ; Mon, 7 Mar 2011 18:14:25 +0000 (GMT) Received: from [192.168.0.133] (scamper.bantercat.co.uk [192.168.0.133]) by mail.wilkesley.net (Postfix) with ESMTPSA id E7F0A11E08 for ; Mon, 7 Mar 2011 18:14:25 +0000 (GMT) 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 If I export body-only in my publishing options and publish a file that looks like: #+TITLE: Index for Cycling Pages. #+STARTUP: showall indent #+STARTUP: hidestars #+BEGIN_HTML --- layout: cycling title: Cycling. excerpt: Page about cycling. --- #+END_HTML Some text The resulting html looks like:

Some text

Note the extra html tags after my text. Not sure exactly when this started happening, my git bisect skills haven't managed to identify it. Ian.