emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Lixin Chin <lixinchin@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment
Date: Tue, 31 Jan 2017 16:22:58 +0800	[thread overview]
Message-ID: <2199a689-dd89-c604-4a93-a31c3c4a1e44@gmail.com> (raw)
In-Reply-To: <87tw8fodtp.fsf@nicolasgoaziou.fr>

Hi,

Thank you, that sounds great. I have not signed the FSF copyright papers.

Regards,
Lixin

On 31/01/2017 04:04 PM, Nicolas Goaziou wrote:
> 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,
>

      reply	other threads:[~2017-01-31  8:23 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
2017-01-31  8:22   ` Lixin Chin [this message]

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=2199a689-dd89-c604-4a93-a31c3c4a1e44@gmail.com \
    --to=lixinchin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /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).