Bastien writes:
> Thorsten Jolitz writes:
>
>> ,
>> | (org-defkey org-mode-map "\C-TAB" 'undefined)
>> `
>>
>> not sure if the TAB is correct here, maybe try , , etc if it
>> does not work.
>
> I think this should be one of these:
>
> (org-defkey org-mode-map "\C-\t" 'undefined)
> (org-d
Thorsten Jolitz writes:
> ,
> | (org-defkey org-mode-map "\C-TAB" 'undefined)
> `
>
> not sure if the TAB is correct here, maybe try , , etc if it
> does not work.
I think this should be one of these:
(org-defkey org-mode-map "\C-\t" 'undefined)
(org-defkey org-mode-map [(control tab)]
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.
Tr
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.
Thanks.