Justin Gordon <justin.gor...@gmail.com> writes: > I just updated emacs org-mode and when visiting org files, this > binding takes effect: > > C-TAB (org-force-cycle-archived) > Cycle a tree even if it is tagged with ARCHIVE. > > What's the best way to disable this binding? > > I use C-Tab for moving between windows.
Try ,---- | (org-defkey org-mode-map "\C-TAB" 'undefined) `---- not sure if the TAB is correct here, maybe try <TAB>, <tab>, etc if it does not work. -- cheers, Thorsten