Re: org-insert-structure-template

2022-12-29 Thread Ihor Radchenko
Ihor Radchenko writes: > C-c C-x , is actually not available (it is bound to timer). > I went with C-c C-x s. > > See the attached patch. Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5bc5add32 -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: org-insert-structure-template

2022-12-13 Thread Ihor Radchenko
Anthony Carrico writes: >> The general pattern is C-c C-x . Maybe we can add "C-c C-x ,"? > > Thanks, that is probably a good pattern to use. I'll look into > org-use-extra-keys. This is the only keybinding that regularly bites me > on the TTY. C-c C-x , is actually not available (it is bound

Re: org-insert-structure-template

2022-12-12 Thread Tim Cross
Anthony Carrico writes: > I'm trying to remember what the old keybinding was before it got switched to > 'C-c C-,'... IIRC there wasn't one. Previously, a completely different system was used for adding these templates and it was bound to < (or was it >, I cannot remember). The problem

Re: org-insert-structure-template

2022-12-12 Thread Alain . Cochard
Anthony Carrico writes on Mon 12 Dec 2022 09:41: > On 12/12/22 09:20, alain.coch...@unistra.fr wrote: > > Perhaps you have in min > > >'<', followed by a template selector and ' > > Yes! > Was this deprecated because it isn't a regular emacs keybinding? I don't remember. It was

Re: org-insert-structure-template

2022-12-12 Thread Anthony Carrico
On 12/12/22 09:20, alain.coch...@unistra.fr wrote: Perhaps you have in min > '<', followed by a template selector and ' Yes! I didn't realize that could be enabled. I trained myself not to rely on this when the new keybinding came. Only recently did I realize the reason the new keybinding

Re: org-insert-structure-template

2022-12-12 Thread Anthony Carrico
On 12/12/22 09:04, Ihor Radchenko wrote: Note that we have alternative key bindings for TTY. See `org-use-extra-keys'. The general pattern is C-c C-x . Maybe we can add "C-c C-x ,"? Thanks, that is probably a good pattern to use. I'll look into org-use-extra-keys. This is the only keybinding

Re: org-insert-structure-template

2022-12-12 Thread Alain . Cochard
Anthony Carrico writes on Mon 12 Dec 2022 08:50: > I'm trying to remember what the old keybinding was before it got > switched to 'C-c C-,'... Perhaps you have in mind '<', followed by a template selector and ' ? See 17.2 Structure Templates: For example, ‘< s ’ creates a code block.

Re: org-insert-structure-template

2022-12-12 Thread Ihor Radchenko
Anthony Carrico writes: > I use this command all the time because the literal syntax is so heavy. > The problem is that the current keybinding is not available on the TTY, > and every time I use it there I get org-priority which is bound to 'C-c > ,'. Does anyone else find this frustrating?

Re: org-insert-structure-template

2022-12-12 Thread Anthony Carrico
I'm trying to remember what the old keybinding was before it got switched to 'C-c C-,'... -- Anthony Carrico