summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-12 11:40:33 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-12 11:40:33 +0100
commit4bc21b135b24999a1ac89d42542428c7bd4def54 (patch)
treeef82675af51d22ddc4561be5d46f2f04cd23ece3
parentfa71fdbb53c58e72940a9d9fb76e7dab8a3663f2 (diff)
parentae497f365ee0aaf5af57821a2faf4e19183970e4 (diff)
downloadorg-mode-4bc21b135b24999a1ac89d42542428c7bd4def54.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 d24ac94..fc13150 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -1678,7 +1678,7 @@ With prefix ARG, insert below the current line."
(let* ((line (buffer-substring (line-beginning-position) (line-end-position)))
(new (org-table-clean-line line)))
;; Fix the first field if necessary
- (when (string-match "^[ \t]*| *[#$] *|" line)
+ (when (string-match "^[ \t]*| *[#*$] *|" line)
(setq new (replace-match (match-string 0 line) t t new)))
(beginning-of-line (if arg 2 1))
;; Buffer may not end of a newline character, so ensure