Hello, Kaushal Modi <[email protected]> writes:
> We have a lot of org-table specific functions bound in org-mode-map whether > or not the point is actually in an org table. > > Reference[1]. > > Is there a specific reason to have those bindings available globally in an > org mode buffer? We do not have a char map specific to tables. In most cases, bindings are context-aware (see, e.g., the dauting C-c C-c). However, the bindings you cite are not claimed by other parts of Org, so they just do table specific stuff. Regards, -- Nicolas Goaziou
