From mboxrd@z Thu Jan 1 00:00:00 1970 From: "vendo.libri@libero.it" <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" <vendo.libri@libero.it> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1780620_652622672.1492963432880" Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:50963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <vendo.libri@libero.it>) 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 <vendo.libri@libero.it>) 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 <vendo.libri@libero.it>) id 1d2JzO-0001XW-SO for emacs-orgmode@gnu.org; Sun, 23 Apr 2017 12:03:55 -0400 List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode/> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> 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? <div><br= ></div><div>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!</div><div><br></div><div>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.<br><div></div><div><br></div><div= >--------------------------------------------------------------------------= ---------</div><div><div>(custom-set-variables</div><div> ;; custom-se= t-variables was added by Custom.</div><div> ;; If you edit it by hand,= you could mess it up, so be careful.</div><div> ;; Your init file sho= uld contain only one such instance.</div><div> ;; If there is more tha= n one, they won't work right.</div><div> '(ansi-color-faces-vector</di= v><div> [default default default italic underline success warni= ng error])</div><div> '(cdlatex-math-symbol-prefix 64)</div><div> = ;'(custom-enabled-themes (quote (tango-dark)))</div><div> '(org-format= -latex-options</div><div> (quote</div><div> (:fore= ground default :background default :scale 1.2 :html-foreground "Black" :htm= l-background "Transparent" :html-scale 1.0 :matchers</div><div><span class= =3D"Apple-tab-span" style=3D"white-space:pre">=09=09</span> ("begin" "$1" "= $" "$$" "\\(" "\\["))))</div><div> '(org-latex-listings (quote minted)= )</div><div> '(org-latex-minted-langs</div><div> (quote</d= iv><div> ((emacs-lisp "common-lisp")</div><div> &= nbsp;(cc "c++")</div><div> (cperl "perl")</div><div>&nbs= p; (shell-script "bash")</div><div> (caml "= ocaml")</div><div> (latex "tex"))))</div><div> '(or= g-latex-minted-options</div><div> (quote</div><div>  = ; (("fontsize" "\\footnotesize")</div><div> ("bgcolor" "= white")</div><div> ("obeytabs" "true"))))</div><div>&nbs= p;'(org-startup-with-latex-preview nil)</div><div> '(preview-default-d= ocument-pt 10)</div><div> '(show-paren-mode t)</div><div> '(trans= ient-mark-mode (quote (only . t))))</div></div><div>-----------------------= ------------------------------------------------------------------</div></d= iv><div><br></div> ------=_Part_1780620_652622672.1492963432880--