Sebastien Vauban <wxhgmqzgw...@spammotel.com> writes:

> Hello,
>
> When trying to have italic text inside some paragraph that must only be
> displayed in some overlays, the text inside `/' is not converted into
> italic.

This does seem to highlight a bug in the exporter.  I cannot help you
directly with that.

However, I can suggest a more org-appropriate approach: lists understand
<1-2> type of syntax so you can change your input file to something like
the attached.  More concise and easier to read...

#+TITLE:     ECM
#+DATE:      2012-02-03
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:t

#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation,t]
#+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}
#+BEAMER_FRAME_LEVEL: 1
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args)
%4BEAMER_col(Col) %8BEAMER_extra(Extra)

* Italic in overlay text

- <1-2> On overlay 1 and 2

  /This quoted text should be in italic./

  #+LaTeX: \textit{
  This is in italic, but only in PDF LaTeX, because of the workaround.
  #+LaTeX: }

- Always there

- <3-> Idem

Give it a try.

HTH,
eric
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.92.1
: using Org-mode version 7.8.03 (release_7.8.03.300.g9b820)

Reply via email to