From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric J Haywiser Subject: BUG: HTML export of Tags containing underscore Date: Thu, 18 Oct 2007 18:34:48 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IidxA-0004rF-QU for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 18:34:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IidxA-0004r7-E8 for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 18:34:56 -0400 Received: from biscayne-one-station.mit.edu ([18.7.7.80]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IidxA-0008O0-DZ for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 18:34:56 -0400 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l9IMYsQD006931 for ; Thu, 18 Oct 2007 18:34:54 -0400 (EDT) Received: from department-of-alchemy.mit.edu (DEPARTMENT-OF-ALCHEMY.MIT.EDU [18.7.18.68]) (authenticated bits=56) (User authenticated as ejh1@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l9IMYme6020198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 18 Oct 2007 18:34:54 -0400 (EDT) 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: emacs-orgmode@gnu.org 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:

1.1 Test    NEW_TEST

but instead I get

1.1 Test :NEWTEST:

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