From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug? Org Exporting LaTeX Description List Incorrectly Date: Thu, 09 Sep 2010 15:56:35 +0200 Message-ID: <87r5h3c964.wl%n.goaziou@gmail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=39843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OthcV-0007IR-KK for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 09:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OthcT-0002Vu-7R for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 09:56:55 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:52866) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OthcT-0002Va-3F for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 09:56:53 -0400 Received: by eyh5 with SMTP id 5so1023024eyh.0 for ; Thu, 09 Sep 2010 06:56:52 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: emacs-orgmode@gnu.org Hello, >>>>> Jeff Horn writes: > When typing a list like this one: > ****************************************************************************** > Some text. - Item A :: Description for item A. - Item B :: > Description for item B. > ****************************************************************************** > Org mode exports the following LaTeX: > ****************************************************************************** > Some text. \begin{description} \item Item A :: Description for item > A. \item Item B :: Description for item B. \end{description} > ****************************************************************************** > When the following is expected: > ****************************************************************************** > Some text. \begin{description} \item[Item A] Description for item A. > \item[Item B] Description for item B. \end{description} > ****************************************************************************** Patch sent to maintainers. Thank you for reporting this. Regards, -- Nicolas