Explorar o código

Merge branch 'maint'

Nicolas Goaziou %!s(int64=8) %!d(string=hai) anos
pai
achega
4ac47e507d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)
 		      (cl-case (org-export-table-cell-alignment cell info)
 			(left "l")
 			(left "l")
 			(right "r")
 			(right "r")
-			(center "c"))
-		      align))
+			(center "c")))
+		    align)
 	      (when (memq 'right borders) (push "|" align))))
 	      (when (memq 'right borders) (push "|" align))))
 	  info)
 	  info)
 	(apply 'concat (nreverse align)))))
 	(apply 'concat (nreverse align)))))