Browse Source

org-latex: fixed last remaining elisp compilation warning

* lisp/org-latex.el (org-export-latex-tables): format string now
  matches options
Eric Schulte 14 years ago
parent
commit
4406aa5a34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-latex.el

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