[Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
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


Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Nicolas Goaziou
Hello,

 Jeff Horn writes:

 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}
 **

Patch sent to maintainers.

Thank you for reporting this.

Regards,

-- Nicolas

___
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


Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
Glad to help! Thanks for your response.

Jeff

On Thu, Sep 9, 2010 at 9:56 AM, Nicolas Goaziou n.goaz...@gmail.com wrote:
 Hello,

 Jeff Horn writes:

 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}
 **

 Patch sent to maintainers.

 Thank you for reporting this.

 Regards,

 -- Nicolas




-- 
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