tbanelwebmin <tbanelweb...@free.fr> writes:

> Here is a table with one column, and formulas for a future 2nd column.
>
> | n |
> |---+
> | 1 |
> | 2 |
> | 3 |
> #+TBLFM: $2=$1*11::@1$2=eleven
>
> Here is a test function:
>
> #+begin_src elisp
> (defun test ()
>    (interactive)
>    (let ((org-table-formula-create-columns t))
>      (org-table-recalculate t t)))
> #+end_src
>
> Type M-x test anywhere in the table.
>
> The cell formula @1$2=eleven is ignored.

Confirmed.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
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