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: Lixin Chin
Subject: Re: [O] [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment
Date: Tue, 31 Jan 2017 16:22:58 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

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 <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,





reply via email to

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