Rudolf Adamkovič <rud...@adamkovic.org> writes: > Max Nikulin <maniku...@gmail.com> writes: > >> On 30/04/2024 03:26, Rudolf Adamkovič wrote: >>> + local value = result[1] >>> + if string.find(value, '[%%(%%[{]') == 1 then >>> + return quotes .. value .. quotes >> >> Am I wrong that quotes in value may cause issues? I expect some way of >> escaping " characters. > > What would the reproduction steps look like?
I guess #+begin_src lua return '"hello " world"' #+end_src -- 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>