Gavin Downard <gavin.down...@runbox.com> writes: >> Notice >> "Double definition `%s=' in TBLFM line, please fix by hand" >> >> below. A bit more code is required to keep this sanity check for named >> columns. >> > > Oh, good catch. Specifically, I think this should be caught inside of > `org-table-recalculate', where it catches conflicting direct column > references (eg "$1") and end-relative column references ("$<").
Do we have any tests covering this part of the code? >> `if-let' is not available in Emacs-26 >> > > Are you sure? It looks like `if-let' was introduced in Emacs 25. In Emacs 26, we will need (require 'subr-x), but otherwise it is not a problem to use `if-let'. -- 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>