瀏覽代碼

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

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

Silent byte-compiler.
Bastien Guerry 13 年之前
父節點
當前提交
019bd93ced
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
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