emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] New key binding C-Tab -- how to not use it


From: Thorsten Jolitz
Subject: Re: [O] New key binding C-Tab -- how to not use it
Date: Sun, 19 Oct 2014 09:25:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Justin Gordon <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]