Possible Duplicate:
Override Ctrl-TAB in EMACS org.mode
I'm trying to rebind C-y to redo. I've tried all possible options:
(global-unset-key (kbd "C-y")), outside and inside a org mode hook, and (define-key org-mode-map (kbd "C-y") nil).
Yet nothing. Outside of OrgMode it acts perfectly fine, but inside? it yanks. This is actually not to first KeyBinding that doesn't work whenever I'm inside OrgMode, and it boggles me.
Help, please.