From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Item descriptions get surrounded by wrong curly braces in LaTeX export Date: Tue, 18 Feb 2020 00:50:56 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_BN8PR15MB2755A4A30894364A48B6B3B3EB110BN8PR15MB2755namp_" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42391) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3r6K-0003f7-Gk for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 19:51:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3r6I-0003Pq-SQ for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 19:50:59 -0500 Received: from mail-bn7nam10olkn2053.outbound.protection.outlook.com ([40.92.40.53]:44417 helo=NAM10-BN7-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3r6I-0003O8-3u for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 19:50:58 -0500 Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" --_000_BN8PR15MB2755A4A30894364A48B6B3B3EB110BN8PR15MB2755namp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I noticed that in LaTeX export, descriptions in description lists are surro= unded by {} instead of [] in LaTeX export, making them not correctly render= ed. For example, the following - Description :: Item - Description :: Item gets exported as \begin{description} \item{Description} Item \item{Description} Item \end{description} instead of \begin{description} \item[Description] Item \item[Description] Item \end{description} and thus they are not correctly rendered in the PDF output. I'm currently using Org mode version 9.3.6 (9.3.6-4-gdfa7a3-elpaplus @ c:/U= sers/joon/.emacs.d/elpa/org-plus-contrib-20200217/) --_000_BN8PR15MB2755A4A30894364A48B6B3B3EB110BN8PR15MB2755namp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,

I noticed that in LaTeX export, descriptions in description lists are surro= unded by {} instead of [] in LaTeX export, making them not correctly render= ed. 
For example, the following 

- Descript= ion :: Item
- Des= cription :: Item

gets exported as

\begin{}
\item{Description} Item
\item{Description} Item
\end= description}

instead of 

\begin{description}
\item[Descri= ption] Item
\item[Descri= ption] Item
\end{description}

and thus they are not co= rrectly rendered in the PDF output.

I'm currently using Org mode version 9.3.6 (9.3.6-4-gdfa7a3-elpaplus @ c:/Users/joon/.ema= cs.d/elpa/org-plus-contrib-20200217/)



--_000_BN8PR15MB2755A4A30894364A48B6B3B3EB110BN8PR15MB2755namp_--