From: Joon Ro <joon.ro@outlook.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Item descriptions get surrounded by wrong curly braces in LaTeX export
Date: Tue, 18 Feb 2020 00:50:56 +0000 [thread overview]
Message-ID: <BN8PR15MB2755A4A30894364A48B6B3B3EB110@BN8PR15MB2755.namprd15.prod.outlook.com> (raw)
[-- 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 --]
next reply other threads:[~2020-02-18 0:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-18 0:50 Joon Ro [this message]
2020-02-19 15:59 ` Item descriptions get surrounded by wrong curly braces in LaTeX export Fraga, Eric
2020-02-19 16:07 ` Fraga, Eric
2020-02-19 17:15 ` Bastien
2020-02-19 17:24 ` Fraga, Eric
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=BN8PR15MB2755A4A30894364A48B6B3B3EB110@BN8PR15MB2755.namprd15.prod.outlook.com \
--to=joon.ro@outlook.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).