From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: (no subject) Date: Tue, 17 Feb 2009 12:57:21 -0600 Message-ID: <87wsboao32.fsf@fastmail.fm> 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 1LZV7U-0005T1-V0 for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 13:56:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZV7T-0005Sl-KO for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 13:56:36 -0500 Received: from [199.232.76.173] (port=39010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZV7T-0005Si-Bn for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 13:56:35 -0500 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:39825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZV7S-0001fe-UG for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 13:56:35 -0500 Received: from matt-desktop (vu019215.valpo.edu [152.228.168.123]) by mail.messagingengine.com (Postfix) with ESMTPSA id E240620A55 for ; Tue, 17 Feb 2009 13:56:32 -0500 (EST) 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 Hi everyone, With one of the recent updates to org (not sure which one), I started to have some formatting issues with numbers in html headlines when exporting from org. Let's take the following org file: --8<---------------cut here---------------start------------->8--- #+TITLE: Test * Headline One ** Subheading One --8<---------------cut here---------------end--------------->8--- The headline and subheading export to html as: ,---- |
|

1Headline One

|
| | |
| |
|

1.1Subheading One

`---- Which appears as: ,---- | 1Headline One | | 1.1Subheading One `---- In other words, a space is missing in the exported html. Thanks, Matt