Hi Ken,
Ken Mankoff <[email protected]> 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 -Q", it works. If I test it with my default,
> code is exported as "verbatim". This suggests the bug is in an init file
> of mine.
>
> However, I have removed all Org sections of my init file. I am fairly
> confident this is not a setting of mine, since if I look at the current
> state included in a "org-submit-bug-report", the state is almost the
> same between "emacs" and "emacs -Q", the only difference being Org 7.9 v.
> Org 8.6, and a few default settings that have changed between the two.
The new exporter, which arrived in 8.0, renamed most variables related
to export. I think the variables you are setting here are now named:
org-latex-listings
org-latex-minted-options
My guess is that renaming them in your init file will fix the problem.
--
Best,
Richard