emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly


From: Jeff Horn
Subject: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly
Date: Thu, 9 Sep 2010 08:16:15 -0400

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
address@hidden
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]