From a9da06b1db315ad14468c88910055924ca03b8bc Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 15 Feb 2011 15:46:23 +0100 Subject: [PATCH] org-latex.el: minor docstring clean up. --- lisp/org-latex.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index e593e3346..89d9ce38e 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -391,15 +391,15 @@ Alternatively, (setq org-export-latex-listings 'minted) causes source code to be exported using the minted package as -opposed to listings. If you want to use minted, you need to add +opposed to listings. If you want to use minted, you need to add the minted package to `org-export-latex-packages-alist', for example using customize, or with (require 'org-latex) (add-to-list 'org-export-latex-packages-alist '(\"\" \"minted\")) -In addition, it is neccessary to install -pygments (http://pygments.org), and to configure +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. "