From 7e29685aa88c04bfa3cf849d70b70d581445de0e Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 13 Oct 2010 11:22:38 +0100 Subject: [PATCH] Improve docstring of `org-export-latex-minted' * org-latex.el (org-export-latex-minted): Document pygments dependency. --- lisp/org-latex.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 1abec609d..3dcf2f3f6 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -421,7 +421,8 @@ for example using customize, or with something like (require 'org-latex) (add-to-list 'org-export-latex-packages-alist '(\"\" \"minted\")) -In addition, it is neccessary to configure +In addition, it is neccessary to install +pygments (http://pygments.org), and configure `org-latex-to-pdf-process' so that the -shell-escape option is passed to pdflatex." :group 'org-export-latex