From 14296c0599d91dc306f7bc589ecc745d9fb936e4 Mon Sep 17 00:00:00 2001 From: Andreas Leha Date: Tue, 11 Sep 2012 09:33:45 +0200 Subject: [PATCH] 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. --- contrib/lisp/org-e-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-e-latex.el b/contrib/lisp/org-e-latex.el index 8dd2d924a..8712f5ade 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 "\\" attr)) - "sidewaystables") + "sidewaystable") ((and attr (or (string-match (regexp-quote "table*") attr) (string-match "\\" attr)))