From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Bug? Org Exporting LaTeX Description List Incorrectly Date: Thu, 9 Sep 2010 08:16:15 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=37914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Otg3Y-0006YR-EZ for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Otg3X-0001Qf-3b for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:16:44 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:49823) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Otg3X-0001QN-0h for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:16:43 -0400 Received: by iwn33 with SMTP id 33so1587176iwn.0 for ; Thu, 09 Sep 2010 05:16:41 -0700 (PDT) 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: emacs-orgmode@gnu.org 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} ****************************************************************************** Emacs 23.2.1 with org-mode 7.01trans -- Jeffrey Horn PhD Student in Economics George Mason University (704) 271-4797 jhorn@gmu.edu jrhorn424@gmail.com