From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: HTML Export Broken Date: Tue, 15 Mar 2011 00:26:41 -0400 Message-ID: <4D7EEA81.70905@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzLqI-0006A9-IN for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:26:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzLqH-0002dS-Im for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:26:46 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:63640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzLqH-0002dG-Fl for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:26:45 -0400 Received: by iwl42 with SMTP id 42so286776iwl.0 for ; Mon, 14 Mar 2011 21:26:44 -0700 (PDT) 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: "[Orgmode]" I just upgraded to org-mode 7.5 and I'm encountering a weird problem. Suppose I have the following text in a file. This is a @test@ of tags. This is a @another test of tags. If I do C-c C-e h on this file, I get the following HTML code.

This is a @<b>test of tags.

This is a another test of tags.

It appears that org-mode is converting only the last @ that appears in a line into an HTML tag. Is this a bug or am I doing something wrong? Help. Scott Randby