0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 16:46:26 +00:00

org-latex.el (org-export-latex-tables): Let-bind `hfmt'.

* org-latex.el (org-export-latex-tables): Let-bind `hfmt'.

Silent byte-compiler.
This commit is contained in:
Bastien Guerry 2012-04-28 18:48:02 +02:00
parent f70afc42ef
commit 019bd93ced

View file

@ -1961,7 +1961,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
(org-table-last-column-widths (copy-sequence (org-table-last-column-widths (copy-sequence
org-table-last-column-widths)) org-table-last-column-widths))
fnum fields line lines olines gr colgropen line-fmt align fnum fields line lines olines gr colgropen line-fmt align
caption width shortn label attr floatp placement caption width shortn label attr hfmt floatp placement
longtblp tblenv tabular-env) longtblp tblenv tabular-env)
(if org-export-latex-tables-verbatim (if org-export-latex-tables-verbatim
(let* ((tbl (concat "\\begin{verbatim}\n" raw-table (let* ((tbl (concat "\\begin{verbatim}\n" raw-table