summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-17 14:48:31 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-17 14:48:31 +0100
commite7901c3aec862016c865efbc8603eb626e53f8ab (patch)
treee4b7c932e9117a26eacc03bb570f53e55e0781f6
parentbaa98a4a6fe93dd99fb624ad218fb3e1868cfde3 (diff)
parentb70cb5b7d0f1e39057e6a3041eaf1dc081846aae (diff)
downloadorg-mode-e7901c3aec862016c865efbc8603eb626e53f8ab.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-capture.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 5710d83..debf180 100644
--- a/lisp/org-capture.el
+++ b/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.