Re: [O] Problems with Org-mode & Minted

2017-12-11 Thread jerome moliere
Hi all, thanks Alan , after unifying the syntax it works like a charm.. Problem solved!!! Kind regards J.MOLIERE - Mentor/J 2017-12-07 14:12 GMT+01:00 jerome moliere : > Thanks Alan I wondered about this strange syntax mix .. > I will investigate , following thi strack... > > Regards > > J.MOL

Re: [O] Problems with Org-mode & Minted

2017-12-07 Thread jerome moliere
Thanks Alan I wondered about this strange syntax mix .. I will investigate , following thi strack... Regards J.MOLIERE - Mentor/J 2017-12-07 11:18 GMT+01:00 Alan Schmitt : > Hello, > > On 2017-12-07 10:42, jerome moliere writes: > > > org-latex-minted-options '(("frame" "lines") ("l

Re: [O] Problems with Org-mode & Minted

2017-12-07 Thread Alan Schmitt
Hello, On 2017-12-07 10:42, jerome moliere writes: > org-latex-minted-options '(("frame" "lines") ("linenos=true") > ("fontsize=\scriptsize") ) I think this is wrong, you should have two strings in each list. Have you tried '(("frame" "lines") ("linenos" "true") ("fontsize" "\\scripts

[O] Problems with Org-mode & Minted

2017-12-07 Thread jerome moliere
Hi all Org-mode gurus, I am trying to use the minted package with Org-mode to generate a big slides deck containing java code & XML code listtings... It's almost OK execpted that I am unaable to set any option to adapt the listings to my needs.. As a consequence the listings come in raw excepted th