From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: (no subject) Date: Tue, 17 Feb 2009 21:26:50 +0100 Message-ID: <9797B408-8D33-42D9-A60C-574FA5662B29@uva.nl> References: <87wsboao32.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZWWw-00082r-NY for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:26:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZWWu-00082S-C2 for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:26:57 -0500 Received: from [199.232.76.173] (port=59995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZWWu-00082P-5T for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:26:56 -0500 Received: from mail-fx0-f174.google.com ([209.85.220.174]:52585) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZWWt-0001NN-MP for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 15:26:55 -0500 Received: by fxm22 with SMTP id 22so6134fxm.18 for ; Tue, 17 Feb 2009 12:26:54 -0800 (PST) In-Reply-To: <87wsboao32.fsf@fastmail.fm> 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: Matthew Lundin Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Feb 17, 2009, at 7:57 PM, Matthew Lundin wrote: > 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.1 span>Subheading One

> `---- > > Which appears as: > > ,---- > | 1Headline One > | > | 1.1Subheading One > `---- > > In other words, a space is missing in the exported html. > > Thanks, > Matt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode