emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jeff Horn <jrhorn424@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug? Org Exporting LaTeX Description List Incorrectly
Date: Thu, 9 Sep 2010 08:16:15 -0400	[thread overview]
Message-ID: <AANLkTinS04macHUHn_krnWpxN=KHgenrcpja=6un+Qwy@mail.gmail.com> (raw)

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

             reply	other threads:[~2010-09-09 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09 12:16 Jeff Horn [this message]
2010-09-09 13:56 ` Bug? Org Exporting LaTeX Description List Incorrectly Nicolas Goaziou
2010-09-10  4:00   ` Jeff Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTinS04macHUHn_krnWpxN=KHgenrcpja=6un+Qwy@mail.gmail.com' \
    --to=jrhorn424@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).