From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Lixin Chin <lixinchin@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment
Date: Tue, 31 Jan 2017 09:04:18 +0100 [thread overview]
Message-ID: <87tw8fodtp.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <b7cd9382-6a1c-f788-82f8-98a481985fc8@gmail.com> (Lixin Chin's message of "Tue, 31 Jan 2017 14:28:16 +0800")
Hello,
Lixin Chin <lixinchin@gmail.com> writes:
> Included is a patch to make the 'minted' source code syntax highlighting
> package behave the same as the 'listings' source code syntax package
> when exporting an org-mode document to LaTeX.
>
> Previously, 'minted' would only get exported to a floating environment
> if '#+ATTR_LATEX: :float multicolumn' was provided, whereas the
> org-mode documentation implies that it should be floated if any caption
> is provided.
Applied. Thank you.
I added TINYCHANGE at the end of the commit message. Please let me know
if you signed FSF papers.
> (memq (plist-get info :latex-listings)
> - '(nil minted)))))
> + '(nil)))))
I changed this to
(null (plist-get info :latex-listings))
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2017-01-31 8:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-31 6:28 [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment Lixin Chin
2017-01-31 8:04 ` Nicolas Goaziou [this message]
2017-01-31 8:22 ` Lixin Chin
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=87tw8fodtp.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=lixinchin@gmail.com \
/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).