Explorar el Código

Merge branch 'maint'

Nicolas Goaziou hace 6 años
padre
commit
e7901c3aec
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      lisp/org-capture.el

+ 1 - 2
lisp/org-capture.el

@@ -1333,8 +1333,7 @@ may have been stored before."
 	(org-capture-narrow beg (1- end))
 	(when (or (search-backward "%?" beg t)
 		  (search-forward "%?" end t))
-	  (replace-match "")))
-      (org-table-align))))
+	  (replace-match ""))))))
 
 (defun org-capture-place-plain-text ()
   "Place the template plainly.