Rainer M Krug <r.m.k...@gmail.com> writes: > Following an earlier discussion, I would like to bind org-babel-remove-result > to a key in org-mode > to C-c x - but what is the best way to do this?
Once Org is loaded (so that `org-mode-map' is defined): (define-key org-mode-map "\C-cx-" 'org-babel-remove-result) HTH, -- Bastien