Re: [O] minted in Org 8.6

2014-04-29 Thread Richard Lawrence
Hi Ken, Ken Mankoff writes: > #+begin_src emacs-lisp > ;; minted latex export > (setq org-export-latex-listings 'minted > org-export-latex-minted-options > '(("frame" "lines") > ("fontsize" "\\scriptsize") > ("linenos" ""))) > #+end_src > > If I test this with "emacs

[O] minted in Org 8.6

2014-04-29 Thread Ken Mankoff
When I export w/ the latest Org all code environments are verbatim, not minted. I'm using a test example from https://lists.gnu.org/archive/html/emacs-orgmode/2011-11/msg00585.html which is: #+begin_src emacs-lisp ;; minted latex export (setq org-export-latex-listings 'minted org-export-lat