Rainer M Krug <[email protected]> writes:
> Much simpler then that: I simply changed the variable
> org-latex-listings-langs to include makefile:
>
> ,----
> | (setq org-latex-listings-langs
> | '((emacs-lisp "Lisp")
...
> | (makefile "make")))
> `----
>
> Works perfectly.
>
> Now if I just could figure out on how I can simply *add* the makefile to
> the list without defining it completely new..
>
(setq org-latex-listings-langs
(append org-latex-listings-langs '((makefile "make"))))
--
Nick
