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 @<b>test@</b> of tags.
This is a @<b>another test of tags.
If I do C-c C-e h on this file, I get the following HTML code.
<p>This is a @<b>test</b> of tags.
</p>
<p>
This is a <b>another test of tags.
</p>
It appears that org-mode is converting only the last @<tag> that appears
in a line into an HTML tag. Is this a bug or am I doing something wrong?
Help.
Scott Randby
