Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2020-05-25 12:37:44 +02:00
commit 5454312dbf
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ A coderef format regexp can only match at the end of a line."
;; remove any newline characters in order to preserve ;; remove any newline characters in order to preserve
;; table's structure. ;; table's structure.
(when (org-element-lineage definition '(table-cell)) (when (org-element-lineage definition '(table-cell))
(while (search-forward "\n" nil t) (replace-match ""))))) (while (search-forward "\n" nil t) (replace-match " ")))))
contents contents
'remote)) 'remote))
;; Report success. ;; Report success.