Rudolf Adamkovič <rud...@adamkovic.org> writes: > Rudolf Adamkovič <rud...@adamkovic.org> writes: > >> Definitely! I am on it.
Thanks! > All right, how about the attached patch? > ... > * lisp/ob-lua.el (org-babel-lua-multiple-values-separator): Change the > default value from ", " to "|" to avoid '\\,' appearing in strings. May you please elaborate why this breaking change is going to lead to significant improvement? How is using "," worse than using "|"? Either way, strings containing the separator will become problematic and need to be escaped. Moreover, using "|" may lead to interpreting the output as Org tables, which may be surprising to users. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>