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:
,----
| <div id="outline-container-1" class="outline-2">
| <h2 id="sec-1"><span class="section-number-2"> 1</span>Headline
One </h2>
| <div class="outline-text-2" id="text-1">
|
|
| </div>
|
| <div id="outline-container-1.1" class="outline-3">
| <h3 id="sec-1.1"><span class="section-number-3"> 1.1</
span>Subheading One </h3>
`----
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
_______________________________________________
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