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.
This commit is contained in:
Andreas Leha 2012-09-11 09:33:45 +02:00 committed by Bastien Guerry
parent cdc1db5fda
commit 14296c0599

View file

@ -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)))