Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Nick Dokos <ndo...@gmail.com> writes: > >> I think what's puzzling is that these are not "normal" emacs keybindings >> (and therefore not discoverable using the "normal" emacs mechanisms): >> there is an extra level of indirection that org mode imposes which you >> just have to know about. But I'm not sure what the best way to document >> them would be: maybe a section explaining the mechanism plus links (or >> footnotes) to go from e.g. the description of M-S-<right> in the table >> section to the mechanism section. Or maybe showing the indirection >> explicitly: >> >> ‘M-S-<right> (org-shiftmetaright) --> (org-table-insert-column)’ > > C-h k M-S-<right> should already show you the indirections. >
Yes, it does - I should have tried it out before spouting off: you very thoughtfully added the indirections to the doc string of org-shiftmetaright. Thanks for doing that and for pointing it out. If I ever knew about it in the past, I certainly had forgotten it. For my part I'm happy (and I suspect Suvayu is as well), so I guess it's back to the OP: what, if anything, should be changed? -- Nick