From 4406aa5a34acb3c7042f93802b011d7a99498933 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 5 Jul 2010 13:29:33 -0700 Subject: [PATCH] org-latex: fixed last remaining elisp compilation warning * lisp/org-latex.el (org-export-latex-tables): format string now matches options --- 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 180c498bd..10e0628ec 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1654,7 +1654,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER." (if floatp "\\begin{table}[htb]\n")) (if floatp (format - "\\caption%s{%s%s}" + "\\caption%s{%s}" (if shortn (concat "[" shortn "]") "") (or caption ""))) (if (and longtblp caption) "\\\\\n" "\n")