* typo in support for sidewaystable in the new latex exporter
@ 2012-09-11 8:15 Andreas Leha
2012-09-12 13:51 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Leha @ 2012-09-11 8:15 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Hi all,
attached is a tiny patch for the new latex exporter that fixes a small
typo.
Regards,
Andreas
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tiny patch --]
[-- Type: text/x-diff, Size: 1003 bytes --]
From 0733a2a6882338a2fc507304069fa2ed12fdbf05 Mon Sep 17 00:00:00 2001
From: Andreas Leha <andreas@lehas.net>
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-12 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 8:15 typo in support for sidewaystable in the new latex exporter Andreas Leha
2012-09-12 13:51 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).