From 0733a2a6882338a2fc507304069fa2ed12fdbf05 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 17bdad9..8b7c292 100644 --- a/contrib/lisp/org-e-latex.el +++ b/contrib/lisp/org-e-latex.el @@ -2315,7 +2315,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))) -- 1.7.10.4