From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [BUG] Markup such as *emphasis* in HTML exported links contain tags like [7.5 (release_7.5.34.g6a369)] Date: Wed, 06 Apr 2011 13:39:05 -0400 Message-ID: <87mxk35lfq.fsf@norang.ca> References: <8739lvv12d.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59642 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7WhM-0003Ro-NV for emacs-orgmode@gnu.org; Wed, 06 Apr 2011 13:39:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7WhK-0007RO-0v for emacs-orgmode@gnu.org; Wed, 06 Apr 2011 13:39:19 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:43654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7WhJ-0007PP-VM for emacs-orgmode@gnu.org; Wed, 06 Apr 2011 13:39:17 -0400 In-Reply-To: <8739lvv12d.fsf@dustycloud.org> (Christopher Allan Webber's message of "Wed, 06 Apr 2011 10:42:18 -0500") 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: Christopher Allan Webber Cc: emacs-orgmode@gnu.org Christopher Allan Webber writes: > An html export of: > > #+BEGIN_SRC org > I am [[http://example.org][so *ERRATICALLY* /excited/ about this *LINK*]] > #+END_SRC > > Results in: > > I am so <b>ERRATICALLY</b> > <i>excited</i> about this <b>LINK</b> > > Whereas it *should* result in: > > I am so ERRATICALLY excited > about this LINK > > Emacs : GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) > of 2011-03-18 on grumps > Package: Org-mode version 7.5 (release_7.5.34.g6a369) I think this has been fixed. I get: so ERRATICALLY excited about this LINK Org-mode version 7.5 (release_7.5-142-g4168) Regards, Bernt