emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ken Mankoff <mankoff@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: minted in Org 8.6
Date: Tue, 29 Apr 2014 10:53:25 -0400	[thread overview]
Message-ID: <m2r44gtcey.fsf@gorgonzola.whoi.edu> (raw)


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.

             reply	other threads:[~2014-04-29 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-29 14:53 Ken Mankoff [this message]
2014-04-29 15:43 ` minted in Org 8.6 Richard Lawrence

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2r44gtcey.fsf@gorgonzola.whoi.edu \
    --to=mankoff@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).