emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', en


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment
Date: Tue, 31 Jan 2017 09:04:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

Lixin Chin <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]