Re: [Orgmode] BUG: HTML export of Tags containing underscore

2007-10-19 Thread Bastien
Eric J Haywiser [EMAIL PROTECTED] writes:

 I would expect the HTML source to read:

 h31.1 Test nbsp;nbsp;nbsp;span class=tagNEW_TEST/span/h3

 but instead I get

 h31.1 Test :NEWsubTEST/sub:/h3

If you don't need the sub or sup HTML formatting in your document, a
quick workaround is to set the ^ option to nil:

#+OPTIONS: ^:nil

 I understand that _ is a valid tag character from:

Yes it *is* a valid character.  Maybe the tag export should be fixed.

-- 
Bastien


___
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


[Orgmode] BUG: HTML export of Tags containing underscore

2007-10-18 Thread Eric J Haywiser

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:

h31.1 Test nbsp;nbsp;nbsp;span class=tagNEW_TEST/span/h3

but instead I get

h31.1 Test :NEWsubTEST/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


___
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