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
[email protected]
[email protected]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode