From 019bd93cede9e01baeedeb78ff8e2c31cdd26622 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 28 Apr 2012 18:48:02 +0200 Subject: [PATCH] org-latex.el (org-export-latex-tables): Let-bind `hfmt'. * org-latex.el (org-export-latex-tables): Let-bind `hfmt'. Silent byte-compiler. --- lisp/org-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index c4700cd1c..47472bb05 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -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)) 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) (if org-export-latex-tables-verbatim (let* ((tbl (concat "\\begin{verbatim}\n" raw-table