org-latex: fixed last remaining elisp compilation warning
* lisp/org-latex.el (org-export-latex-tables): format string now matches options
This commit is contained in:
parent
5ded079a1a
commit
4406aa5a34
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue