summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-13 14:33:54 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-13 14:33:54 +0200
commit3047091bc7b6a175340f1883346106bd43041bf2 (patch)
treed5efedff5455c69d84d23bd5de9c55d9691a89e3
parent4011494a4774bbb6e9f188072606083ea2a6c1dd (diff)
parent7e29685aa88c04bfa3cf849d70b70d581445de0e (diff)
downloadorg-mode-3047091bc7b6a175340f1883346106bd43041bf2.tar.gz
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
-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 5baea34..1ee1240 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