summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-12-04 21:20:33 -0500
committerKyle Meyer <kyle@kyleam.com>2019-12-04 21:20:33 -0500
commit5d932fe0452803d1ec64d9642cfd2aaca3099014 (patch)
treef15cf7fb5d3c76f42286a1222ed68733ef8f1618
parentb8f43ecbf4ec1683b04b67e1ab16f74fb3814d51 (diff)
parent9c5174e2356d4a6dd9a0c1d17ca937a50a52d294 (diff)
downloadorg-mode-5d932fe0452803d1ec64d9642cfd2aaca3099014.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index a21587a..5f42db5 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -4642,7 +4642,7 @@ blank, and the content is appended to the field above."
(skip-chars-backward " ")
(insert " " (org-trim s))
(org-table-align)))
- ((looking-at "\\([^|]+\\)+|") ; Split field.
+ ((looking-at "\\([^|]+\\)|") ; Split field.
(let ((s (match-string 1)))
(replace-match " |")
(goto-char (match-beginning 0))