浏览代码

Merge branch 'maint'

Nicolas Goaziou 8 年之前
父节点
当前提交
4ac47e507d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/ox-latex.el

+ 2 - 2
lisp/ox-latex.el

@@ -3176,8 +3176,8 @@ centered."
 		      (cl-case (org-export-table-cell-alignment cell info)
 			(left "l")
 			(right "r")
-			(center "c"))
-		      align))
+			(center "c")))
+		    align)
 	      (when (memq 'right borders) (push "|" align))))
 	  info)
 	(apply 'concat (nreverse align)))))