Ihor Radchenko writes: > On Emacs 29, make test will fail on both bugfix and main: > > 5 unexpected results: > FAILED test-org-colview/columns-move-left > FAILED test-org-colview/columns-move-right > FAILED test-org-colview/columns-new > FAILED test-org-colview/columns-next-allowed-value > FAILED test-org-colview/columns-update I am attaching a tentative fix. Also, note that `current-column' is used, for example, in org-element list parser. If users use some kind of weird font-lock that replaces indentation in Org lists, our parser may become faulty. Similarly, `current-column' is being used in few more places across Org. I am not yet fixing such possible issues, but it would be helpful if someone comments on the considered possibilities. Best, Ihor