[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode.
From: |
Samuel Wales |
Subject: |
Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode. |
Date: |
Wed, 22 Feb 2023 21:48:09 -0700 |
huh i had put org-next-link there. i wish define-key could have a
button in a help page like functions and vars do so you could go to
where you define it. [there are probably 300 competing packages that
do exactly that.]
On 2/22/23, Max Nikulin <manikulin@gmail.com> wrote:
> On 23/02/2023 00:01, Karl Fogel wrote:
>>
>> (when (not (keymap-lookup nil "C-<tab>"))
>> (keymap-local-set "C-<tab>" 'org-fold-hide-subtree))
>>
>> So FWIW C-<tab> is not bound in Org Mode buffers for me, in Emacs 30.x
>> (i.e., recent development builds).
>
> lisp/tab-bar.el:130: (unless (global-key-binding [(control tab)])
> lisp/tab-bar.el:131: (global-set-key [(control tab)] #'tab-next))
>
> Minibuffer file cache completion should not be relevant to Org buffers.
>
>
>
--
The Kafka Pandemic
A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com
- PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode., Karl Fogel, 2023/02/22
- Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode., Max Nikulin, 2023/02/22
- Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode., Karl Fogel, 2023/02/23
- Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode., Karl Fogel, 2023/02/24
- Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode., Max Nikulin, 2023/02/25
- Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode., Karl Fogel, 2023/02/25