0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 07:18:34 +00:00

Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-02-26 10:10:23 -07:00
commit 8748096674

View file

@ -2003,7 +2003,8 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
(if shortn (concat "[" shortn "]") "")
(or caption "")
(if label (format "\\label{%s}" label) "")))
(if (and longtblp caption) "\\\\\n" "\n")
(if (and longtblp caption org-export-latex-table-caption-above)
"\\\\\n" "\n")
(if (and org-export-latex-tables-centered (not longtblp))
"\\begin{center}\n")
(if (not longtblp)