Ruijie Yu <rui...@netyu.xyz> writes: >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63029 > > From my understanding of Eli's response, org-colview is at fault here, by > calling `length' instead of `string-width' in > `org-columns-add-ellipses'. Changing this function call might be all it > needs to fix the colview test failure?
This is tricky because string width may be different depending on in-buffer settings, fonts used, etc. We can try to be a tiny little bit more accurate using `truncate-string-to-width', `string-width', or `org-string-width'. -- 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>