Jelajahi Sumber

Merge branch 'master' of git://repo.or.cz/org-mode

Dan Davison 14 tahun lalu
induk
melakukan
bcbdf03586
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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")