summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-10-13 11:22:38 +0100
committerDan Davison <davison@stats.ox.ac.uk>2010-10-13 11:25:51 +0100
commit7e29685aa88c04bfa3cf849d70b70d581445de0e (patch)
treec07923960763dbe90d8bf52f331da4ccd2310913
parentb39f3ec692bd3c0d454dd82788a6fe749785430b (diff)
downloadorg-mode-7e29685aa88c04bfa3cf849d70b70d581445de0e.tar.gz
Improve docstring of `org-export-latex-minted'
* org-latex.el (org-export-latex-minted): Document pygments dependency.
-rw-r--r--lisp/org-latex.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 1abec60..3dcf2f3 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