From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: minted in Org 8.6 Date: Tue, 29 Apr 2014 10:53:25 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf9Pi-00038Q-I2 for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 10:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf9Pd-0006BC-1w for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 10:53:42 -0400 Received: from mail-ig0-x231.google.com ([2607:f8b0:4001:c05::231]:33144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf9Pc-0006B0-TQ for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 10:53:36 -0400 Received: by mail-ig0-f177.google.com with SMTP id h3so402916igd.10 for ; Tue, 29 Apr 2014 07:53:35 -0700 (PDT) Received: from gorgonzola.whoi.edu (dyn-128-128-222-152.whoi.edu. [128.128.222.152]) by mx.google.com with ESMTPSA id d10sm8240501igc.8.2014.04.29.07.53.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Apr 2014 07:53:34 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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-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. Could this be a setting set somewhere else that is not included in the bug report? How would I find it? Or is it a bug w/ minted export in the latest Org? Thanks, -k.