summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-20 07:36:48 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-20 07:36:48 +0200
commit33f947dcb538af51792b79bfd482a8fdde3ff191 (patch)
tree6d8243921123abced4d7d43314a0b0e1db693662
parentc5a8bc9db4afafef02311e2e7d486c4f7bab35cf (diff)
downloadorg-mode-33f947dcb538af51792b79bfd482a8fdde3ff191.tar.gz
Fix typos
-rw-r--r--lisp/org-latex.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 57106ea..4fcbbb7 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -534,21 +534,21 @@ This function should accept the file name as its single argument."
(repeat :tag "Shell command sequence"
(string :tag "Shell command"))
(const :tag "2 runs of pdflatex"
- '("pdflatex -interaction nonstopmode -output-directory %o %f"
+ ("pdflatex -interaction nonstopmode -output-directory %o %f"
"pdflatex -interaction nonstopmode -output-directory %o %f"))
(const :tag "3 runs of pdflatex"
- '("pdflatex -interaction nonstopmode -output-directory %o %f"
+ ("pdflatex -interaction nonstopmode -output-directory %o %f"
"pdflatex -interaction nonstopmode -output-directory %o %f"
"pdflatex -interaction nonstopmode -output-directory %o %f"))
(const :tag "pdflatex,bibtex,pdflatex,pdflatex"
- '("pdflatex -interaction nonstopmode -output-directory %o %f"
+ ("pdflatex -interaction nonstopmode -output-directory %o %f"
"bibtex %b"
"pdflatex -interaction nonstopmode -output-directory %o %f"
"pdflatex -interaction nonstopmode -output-directory %o %f"))
(const :tag "texi2dvi"
- '("texi2dvi -p -b -c -V %f"))
+ ("texi2dvi -p -b -c -V %f"))
(const :tag "rubber"
- '("rubber -d --into %o %f"))
+ ("rubber -d --into %o %f"))
(function)))
(defcustom org-export-pdf-logfiles