summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Leha <andreas@lehas.net>2012-09-11 09:33:45 +0200
committerBastien Guerry <bzg@altern.org>2012-09-12 15:49:49 +0200
commit14296c0599d91dc306f7bc589ecc745d9fb936e4 (patch)
tree0c4ff390b58e91226f740fc182152f794018f7b6
parentcdc1db5fda8427ecc5eead1a1be99571f71bb71f (diff)
downloadorg-mode-14296c0599d91dc306f7bc589ecc745d9fb936e4.tar.gz
fix typo in support of sidewaystables in the new latex exporter
* contrib/lisp/org-e-latex.el (org-e-latex-table--org-table): Typo. sidewaystables -> sidewaystable.
-rw-r--r--contrib/lisp/org-e-latex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-e-latex.el b/contrib/lisp/org-e-latex.el
index 8dd2d92..8712f5a 100644
--- a/contrib/lisp/org-e-latex.el
+++ b/contrib/lisp/org-e-latex.el
@@ -2306,7 +2306,7 @@ This function assumes TABLE has `org' as its `:type' attribute."
(float-env (cond
((string= "longtable" table-env) nil)
((and attr (string-match "\\<sidewaystable\\>" attr))
- "sidewaystables")
+ "sidewaystable")
((and attr
(or (string-match (regexp-quote "table*") attr)
(string-match "\\<multicolumn\\>" attr)))