Prechádzať zdrojové kódy

Merge branch 'maint'

Nicolas Goaziou 6 rokov pred
rodič
commit
e7901c3aec
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  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.