emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug? Org Exporting LaTeX Description List Incorrectly
@ 2010-09-09 12:16 Jeff Horn
  2010-09-09 13:56 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Horn @ 2010-09-09 12:16 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-10  4:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 12:16 Bug? Org Exporting LaTeX Description List Incorrectly Jeff Horn
2010-09-09 13:56 ` Nicolas Goaziou
2010-09-10  4:00   ` Jeff Horn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).