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 included within curly b
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:
("backgroundcolor" "{\\color[
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
(set