From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inline tasks: tiny export problem Date: Sat, 09 Jul 2011 18:34:18 +0200 Message-ID: <87tyavl8fp.fsf@gmail.com> References: <80fwmf7c2o.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfaXR-0002an-NF for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 12:37:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfaXQ-0004mP-I5 for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 12:37:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:46982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfaXQ-0004mI-D1 for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 12:37:52 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1QfaXJ-00051A-GB for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 18:37:45 +0200 In-Reply-To: <80fwmf7c2o.fsf@somewhere.org> (Sebastien Vauban's message of "Sat, 09 Jul 2011 16:39:27 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: > 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 I can't reproduce it on default setup. Would you mind sharing your configuration or, better, bisecting it until you find the culprit? Regards, -- Nicolas Goaziou