From mboxrd@z Thu Jan 1 00:00:00 1970 From: "vendo.libri@libero.it" Subject: LaTeX export of org file uses listings instead of minted, why? Date: Sun, 23 Apr 2017 18:03:52 +0200 (CEST) Message-ID: <1430263075.15065531492963432880.JavaMail.httpd@webmail-38.iol.local> Reply-To: "vendo.libri@libero.it" Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1780620_652622672.1492963432880" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2JzT-0006E9-A8 for emacs-orgmode@gnu.org; Sun, 23 Apr 2017 12:04:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2JzP-0001Xf-A6 for emacs-orgmode@gnu.org; Sun, 23 Apr 2017 12:03:59 -0400 Received: from smtp-16.italiaonline.it ([212.48.25.144]:53422 helo=libero.it) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d2JzO-0001XW-SO for emacs-orgmode@gnu.org; Sun, 23 Apr 2017 12:03:55 -0400 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" To: emacs-orgmode@gnu.org ------=_Part_1780620_652622672.1492963432880 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Does this code from the backed-up .emacs interfere with TeX not working wit= h MINTED in the body of the .tex file? Should I eliminate it?=20 I'm thinking of posting all the bits of code where `minted' is mentioned, i= n the hopes that some of you experts can tell me whether I could eliminate/= edit it. Please help me out! Again, I'm using Org 8.2, Emacs 24 on a Win 7 32-bit machine (have no inten= tion of upgrading, for now). Thank you in advance. ---------------------------------------------------------------------------= --------(custom-set-variables ;; custom-set-variables was added by Custom. = ;; If you edit it by hand, you could mess it up, so be careful. ;; Your ini= t file should contain only one such instance. ;; If there is more than one,= they won't work right. '(ansi-color-faces-vector [default default defaul= t italic underline success warning error]) '(cdlatex-math-symbol-prefix 64)= '(custom-enabled-themes (quote (tango-dark))) '(org-format-latex-options = (quote (:foreground default :background default :scale 1.2 :html-foregr= ound "Black" :html-background "Transparent" :html-scale 1.0 :matchers=09=09= ("begin" "$1" "$" "$$" "\\(" "\\[")))) '(org-latex-listings (quote minted)= ) '(org-latex-minted-langs (quote ((emacs-lisp "common-lisp") (cc = "c++") (cperl "perl") (shell-script "bash") (caml "ocaml") = (latex "tex")))) '(org-latex-minted-options (quote (("fontsize" "\\foo= tnotesize") ("bgcolor" "white") ("obeytabs" "true")))) '(org-startu= p-with-latex-preview nil) '(preview-default-document-pt 10) '(show-paren-mo= de t) '(transient-mark-mode (quote (only . t))))---------------------------= -------------------------------------------------------------- ------=_Part_1780620_652622672.1492963432880 Content-Type: text/html;charset="UTF-8" Content-Transfer-Encoding: quoted-printable Does this code from the backed-up .emacs interfere with TeX not working wit= h MINTED in the body of the .tex file? Should I eliminate it? 
I'm thinking of posting all the bits of code where `minted' is = mentioned, in the hopes that some of you experts can tell me whether I coul= d eliminate/edit it. Please help me out!

Again, I'= m using Org 8.2, Emacs 24 on a Win 7 32-bit machine (have no intention of u= pgrading, for now). Thank you in advance.

--------------------------------------------------------------------------= ---------
(custom-set-variables
 ;; custom-se= t-variables was added by Custom.
 ;; If you edit it by hand,= you could mess it up, so be careful.
 ;; Your init file sho= uld contain only one such instance.
 ;; If there is more tha= n one, they won't work right.
 '(ansi-color-faces-vector
   [default default default italic underline success warni= ng error])
 '(cdlatex-math-symbol-prefix 64)
 = ;'(custom-enabled-themes (quote (tango-dark)))
 '(org-format= -latex-options
   (quote
    (:fore= ground default :background default :scale 1.2 :html-foreground "Black" :htm= l-background "Transparent" :html-scale 1.0 :matchers
=09=09 ("begin" "$1" "= $" "$$" "\\(" "\\["))))
 '(org-latex-listings (quote minted)= )
 '(org-latex-minted-langs
   (quote
    ((emacs-lisp "common-lisp")
    &= nbsp;(cc "c++")
     (cperl "perl")
&nbs= p;    (shell-script "bash")
     (caml "= ocaml")
     (latex "tex"))))
 '(or= g-latex-minted-options
   (quote
   = ; (("fontsize" "\\footnotesize")
     ("bgcolor" "= white")
     ("obeytabs" "true"))))
&nbs= p;'(org-startup-with-latex-preview nil)
 '(preview-default-d= ocument-pt 10)
 '(show-paren-mode t)
 '(trans= ient-mark-mode (quote (only . t))))
-----------------------= ------------------------------------------------------------------

------=_Part_1780620_652622672.1492963432880--