From: Richard Lawrence <richard.lawrence@berkeley.edu>
To: Alan Schmitt <alan.schmitt@polytechnique.org>,
Org list <emacs-orgmode@gnu.org>
Subject: Re: latex export: can I add an optional argument to an item?
Date: Thu, 01 Dec 2016 11:36:50 -0800 [thread overview]
Message-ID: <87shq74f1p.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <m2polcrper.fsf@charm-wifi.irisa.fr>
Hi Alan,
Alan Schmitt <alan.schmitt@polytechnique.org> writes:
> I would like to generate the following latex export:
>
> \begin{itemize}
> \item[\Checkmark] foo
> \end{itemize}
It's not exactly pretty, but you can use a description list while
resetting it to the itemize environment, like:
#+ATTR_LATEX: :environment itemize
- \Checkmark :: foo
That produces:
\begin{itemize}
\item[{\Checkmark}] foo
\end{itemize}
At least, that works for me (I have not yet upgraded to Org 9.0;
so I don't know if this will continue to work, though I don't know of
any reason why it shouldn't).
Hope that helps!
Best,
Richard
next prev parent reply other threads:[~2016-12-01 19:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 9:04 latex export: can I add an optional argument to an item? Alan Schmitt
2016-12-01 19:36 ` Richard Lawrence [this message]
2016-12-02 8:28 ` Alan Schmitt
[not found] <df7a186cf8154c80951a8ceeec0a07f2@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-12-02 9:52 ` Eric S Fraga
2016-12-02 10:35 ` Alan Schmitt
[not found] ` <d262ae9e32b54fd9aefcfc9a95dadf0e@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-12-02 11:45 ` Eric S Fraga
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=87shq74f1p.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me \
--to=richard.lawrence@berkeley.edu \
--cc=alan.schmitt@polytechnique.org \
--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).