From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: About the Org documentation for minted Date: Wed, 04 Jan 2012 22:53:06 -0500 Message-ID: <87mxa2yfdp.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RieO4-0004hZ-OX for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 22:53:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RieO3-00006k-DN for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 22:53:08 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:56115 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RieO3-00006g-9u for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 22:53:07 -0500 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@gnu.org Hi again! In org-latex.el, function org-export-as-pdf is said to "automatically add -shell-escape when needed", and apparently it does. The org-export-latex-listings variable says: "In addition, it is necessary to install pygments (http://pygments.org), and to configure the variable `org-latex-to-pdf-process' so that the -shell-escape option is passed to pdflatex." The last part of this statement is likely superfluous because of org-export-as-pdf, isn't it? If yes, let me suggest it is removed, so we are relieved from configuring the edition of org-latex-to-pdf-process in our ~/.emacs files. If I remove that edition and leave org-latex-to-pdf-process in ~/.emacs, command "C-c C-e d" still gives a fontified, colored source code in the genrated PDF. Fran=C3=A7ois