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
jh...@gmu.edu
jrhorn...@gmail.com

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to