Ihor Radchenko <yanta...@posteo.net> writes:

> Nick Dokos <ndo...@gmail.com> writes:
>
>> `org-table-eval-formula' interprets *any* semicolon in a formula as the
>> beginning of a format specifier. So if the formula contains a literal
>> semicolon that is not a format specifier
>>
>>     #+TBLFM: $3='(concat "COMMENT ON public.layout_forms." $1 " IS " (rc-sq 
>> $2) ";")
>>
>> The problem is that `org-table-eval-formula' decides that the semicolon
>> is the beginning of a format specifier very early in the function and
>> splits off the "specifier" from the rest of the formula, leading to
>> errors when the truncated formula is evaluated later.
>
> Confirmed.
> Important.

Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5af062511

-- 
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>

Reply via email to