From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: New key binding C-Tab -- how to not use it Date: Sun, 19 Oct 2014 09:25:17 +0200 Message-ID: <87r3y47c82.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfkwN-0004ZE-NK for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 03:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfkwG-0008QZ-7j for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 03:30:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:39980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfkwG-0008PN-2B for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 03:30:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XfkwE-0002Pc-Tv for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 09:30:02 +0200 Received: from e178191179.adsl.alicedsl.de ([85.178.191.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Oct 2014 09:30:02 +0200 Received: from tjolitz by e178191179.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Oct 2014 09:30:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Justin Gordon 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 , , etc if it does not work. -- cheers, Thorsten