emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] mixing emphasis fails


From: Robert Hennig
Subject: [Orgmode] mixing emphasis fails
Date: Wed, 23 Jun 2010 14:58:34 +0200
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

Dear Orgmode-List,

I was trying to mixing different Emphasis styles and failed badly.
or example:
An italic markup in a bold one:

*This sentence /is/ bold*.

The bold markup will succeed, but the italic will not, in all exports
(html, latex) it will be left as '/it/'.

The only fix for this I came up with was:

#+BEGIN_HTML
<b>This sentence <i>is</i> bold</b>
#+END_HTML
#+BEGIN_LaTeX
\textbf{This sentence \emph{is} bold}
#+END_LaTeX

which is not very at all...
Thank you for your advices,

yours
Robert Hennig



reply via email to

[Prev in Thread] Current Thread [Next in Thread]