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 <lixinc...@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,