From: Eric J Haywiser <ejh1@MIT.EDU>
To: emacs-orgmode@gnu.org
Subject: BUG: HTML export of Tags containing underscore
Date: Thu, 18 Oct 2007 18:34:48 -0400 (EDT) [thread overview]
Message-ID: <Pine.GSO.4.64L.0710181820080.1889@department-of-alchemy.mit.edu> (raw)
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
next reply other threads:[~2007-10-18 22:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-18 22:34 Eric J Haywiser [this message]
2007-10-19 9:16 ` BUG: HTML export of Tags containing underscore Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.GSO.4.64L.0710181820080.1889@department-of-alchemy.mit.edu \
--to=ejh1@mit.edu \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.