emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ob-lua: Support all types and multiple values in results


From: Max Nikulin
Subject: Re: [PATCH] ob-lua: Support all types and multiple values in results
Date: Wed, 1 May 2024 18:05:46 +0700
User-agent: Mozilla Thunderbird

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]