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