[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] typo in support for sidewaystable in the new latex exporter
From: |
Andreas Leha |
Subject: |
[O] typo in support for sidewaystable in the new latex exporter |
Date: |
Tue, 11 Sep 2012 10:15:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Hi all,
attached is a tiny patch for the new latex exporter that fixes a small
typo.
Regards,
Andreas
>From 0733a2a6882338a2fc507304069fa2ed12fdbf05 Mon Sep 17 00:00:00 2001
From: Andreas Leha <address@hidden>
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 "\\<sidewaystable\\>" attr))
- "sidewaystables")
+ "sidewaystable")
((and attr
(or (string-match (regexp-quote "table*") attr)
(string-match "\\<multicolumn\\>" attr)))
--
1.7.10.4
- [O] typo in support for sidewaystable in the new latex exporter,
Andreas Leha <=