Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2019-01-30 23:42:48 +01:00
commit 6c03dc77c9
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ specifying a variable of the same value."
(if (eq var 'hline)
org-babel-lua-hline-to
(format
(if (and (stringp var) (string-match "[\n\r]" var)) "\"\"%S\"\"" "%S")
(if (and (stringp var) (string-match "[\n\r]" var)) "[=[%s]=]" "%S")
(if (stringp var) (substring-no-properties var) var)))))
(defun org-babel-lua-table-or-string (results)