emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Item descriptions get surrounded by wrong curly braces in LaTeX export
@ 2020-02-18  0:50 Joon Ro
  2020-02-19 15:59 ` Fraga, Eric
  2020-02-19 16:07 ` Fraga, Eric
  0 siblings, 2 replies; 5+ messages in thread
From: Joon Ro @ 2020-02-18  0:50 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

Hi,

I noticed that in LaTeX export, descriptions in description lists are surrounded by {} instead of [] in LaTeX export, making them not correctly rendered.
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:/Users/joon/.emacs.d/elpa/org-plus-contrib-20200217/)




[-- Attachment #2: Type: text/html, Size: 8307 bytes --]

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

end of thread, other threads:[~2020-02-19 17:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18  0:50 Item descriptions get surrounded by wrong curly braces in LaTeX export Joon Ro
2020-02-19 15:59 ` Fraga, Eric
2020-02-19 16:07 ` Fraga, Eric
2020-02-19 17:15   ` Bastien
2020-02-19 17:24     ` Fraga, Eric

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