In a side conversation with Ihor, we reached an agreement on renaming the org-colview display helpers to improve clarity and logical grouping. Here is a summary of the changes:
Current Proposed ------------------------------------ --------------------------------- `org-columns--display-here-column' org-columns--make-cell-overlay `org-columns--display-columns' org-columns--make-row This change is in the commit below: Rename column display helpers https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3f7d1ed202088f8f49dfd7fbd24482092d1d2bff Additional Improvements: Move point advance out of cell overlay maker https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=13dd4b8dcd75c7fbc86b5439b9533f5675e8111f Reorder display functions for logical grouping: https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fb411c67a9476b8a4a6d11a6807e8ad189270541 All of them are applied, on main. Best, -- Slawomir Grochowski
