[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] BUG: HTML export of Tags containing underscore
From: |
Eric J Haywiser |
Subject: |
[Orgmode] BUG: HTML export of Tags containing underscore |
Date: |
Thu, 18 Oct 2007 18:34:48 -0400 (EDT) |
I believe that tags containing the underscore character
are not correctly exported to HTML in v 5.12c. For example
consider an org file containing:
* Test
** Test :NEW_TEST:
I would expect the HTML source to read:
<h3>1.1 Test <span class="tag">NEW_TEST</span></h3>
but instead I get
<h3>1.1 Test :NEW<sub>TEST</sub>:</h3>
I understand that _ is a valid tag character from:
6 Tags
******
headline. Tags are normal words containing letters, numbers, `_', and
`@'. Tags must be preceded and followed by a single colon; like
`:WORK:'. Several tags can be specified like `:WORK:URGENT:'.
Thanks
- [Orgmode] BUG: HTML export of Tags containing underscore,
Eric J Haywiser <=