emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Inline tasks: tiny export problem


From: Sebastien Vauban
Subject: [O] Inline tasks: tiny export problem
Date: Sat, 09 Jul 2011 16:39:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hello,

When using italic and bold attributes in the contents of inline task, these
are not properly exported.

- Org Input:

  #+begin_src org
    *************** Test
    - This is out of /scope/.

    - That *maybe*.
    *************** END
  #+end_src

- LaTeX Output:

  #+begin_src latex
    \todo[inline,caption={}]{\textbf{\textsf{ Test}}\\ 

    \begin{itemize}
    \item This is out of /scope/.
    \item That *maybe*.
    \end{itemize}
    }
  #+end_src

As you can see, the "to be italized" text and the "to be boldified" text are
simply passed without any conversion.

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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