Re: [O] exporting inline source code with listings broken by color commands

2017-07-24 Thread Tyler Smith
Nicolas Goaziou writes: > Hello, > > Tyler Smith writes: > >> (setq org-latex-listings t >> org-latex-listings-options >> '(("backgroundcolor" "\\color[gray]{0.95}") > > This is incorrect. Per "listings" manual, a commend with an optional > argument needs to be

Re: [O] exporting inline source code with listings broken by color commands

2017-07-23 Thread Nicolas Goaziou
Hello, Tyler Smith writes: > (setq org-latex-listings t > org-latex-listings-options > '(("backgroundcolor" "\\color[gray]{0.95}") This is incorrect. Per "listings" manual, a commend with an optional argument needs to be included within curly braces:

[O] exporting inline source code with listings broken by color commands

2017-07-18 Thread Tyler Smith
When exporting an org file to pdf via latex, and using the listings package to markup source code, my inline code is not processed properly. To reproduce: emacs -Q -l minimal.el where minimal.el contains the following: ;;; Minimal setup to load latest 'org-mode' ;; activate debugging