emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Inline tasks: tiny export problem
@ 2011-07-09 14:39 Sebastien Vauban
  2011-07-09 16:34 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2011-07-09 14:39 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

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

end of thread, other threads:[~2011-07-09 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-09 14:39 Inline tasks: tiny export problem Sebastien Vauban
2011-07-09 16:34 ` Nicolas Goaziou

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).