mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-03 11:33:46 +00:00
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:
parent
cdc1db5fda
commit
14296c0599
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user