emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Markup such as *emphasis* in HTML exported links contain tags like <b> [7.5 (release_7.5.34.g6a369)]
@ 2011-04-06 15:42 Christopher Allan Webber
  2011-04-06 17:39 ` Bernt Hansen
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Allan Webber @ 2011-04-06 15:42 UTC (permalink / raw)
  To: emacs-orgmode

An html export of:

#+BEGIN_SRC org
I am [[http://example.org][so *ERRATICALLY* /excited/ about this *LINK*]]
#+END_SRC

Results in:

I am <a href="http://example.org">so &lt;b&gt;ERRATICALLY&lt;/b&gt;
&lt;i&gt;excited&lt;/i&gt; about this &lt;b&gt;LINK&lt;/b&gt;</a>

Whereas it *should* result in:

I am <a href="http://example.org">so <b>ERRATICALLY</b> <i>excited</i>
about this <b>LINK</b></a>

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)
-- 
𝓒𝓱𝓻𝓲𝓼𝓽𝓸𝓹𝓱𝓮𝓻 𝓐𝓵𝓵𝓪𝓷 𝓦𝓮𝓫𝓫𝓮𝓻

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-06 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-06 15:42 [BUG] Markup such as *emphasis* in HTML exported links contain tags like <b> [7.5 (release_7.5.34.g6a369)] Christopher Allan Webber
2011-04-06 17:39 ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).