Re: [BUG] org-table-recalculate not fully completing its task

2025-07-27 Thread Ihor Radchenko
tbanelwebmin 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-colu

[BUG] org-table-recalculate not fully completing its task

2025-07-24 Thread tbanelwebmin
╭───╴ │ Config ╰───╴ Emacs  : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2024-08-14 Package: Org mode from git.savannah.gnu.org/srv/git/emacs/org-mode.git Commit: 499bd92e2, CommitDate: Tue Jul 22 19:59:02 2025 +0200 Curren