Browse Source

Merge branch 'maint'

Nicolas Goaziou 5 năm trước cách đây
mục cha
commit
5454312dbf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -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
 	   ;; table's structure.
 	   (when (org-element-lineage definition '(table-cell))
-	     (while (search-forward "\n" nil t) (replace-match "")))))
+	     (while (search-forward "\n" nil t) (replace-match " ")))))
        contents
        'remote))
     ;; Report success.