Re: Bug: tab key no longer bound to org-cycle in commit 565361eb69 [9.4.6 (9.4.6-10-gee652a-elpaplus @ /Users/bartm002/.emacs.d/elpa/org-plus-contrib-20210705/)]

2021-07-08 Thread Nicolas Goaziou
Hello, Mark Barton writes: > So I put back the mapping in org-key.el to map TAB instead of in my > local copy and instead commented out line 185 in outline.el to get TAB to map > to org-cycle. > > ——snippet from outline.el > (defvar outline-mode-cycle-map > (let ((map (make-sparse-keymap)))

Re: Bug: tab key no longer bound to org-cycle in commit 565361eb69 [9.4.6 (9.4.6-10-gee652a-elpaplus @ /Users/bartm002/.emacs.d/elpa/org-plus-contrib-20210705/)]

2021-07-07 Thread Mark Barton
So I put back the mapping in org-key.el to map TAB instead of in my local copy and instead commented out line 185 in outline.el to get TAB to map to org-cycle. ——snippet from outline.el (defvar outline-mode-cycle-map (let ((map (make-sparse-keymap))) (let ((tab-binding `(menu-item

Re: Bug: tab key no longer bound to org-cycle in commit 565361eb69 [9.4.6 (9.4.6-10-gee652a-elpaplus @ /Users/bartm002/.emacs.d/elpa/org-plus-contrib-20210705/)]

2021-07-07 Thread Eric S Fraga
On Wednesday, 7 Jul 2021 at 15:35, Nicolas Goaziou wrote: > Binding is frowned upon, because it has higher priority than TAB, > and also because it doesn't work everywhere, like in terminals. Ah, okay. Thank you. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-579-gfdb98a : Latest pape

Re: Bug: tab key no longer bound to org-cycle in commit 565361eb69 [9.4.6 (9.4.6-10-gee652a-elpaplus @ /Users/bartm002/.emacs.d/elpa/org-plus-contrib-20210705/)]

2021-07-07 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Tuesday, 6 Jul 2021 at 18:05, Mark Barton wrote: >> I normally use C-RET to enter a new headline and then press TAB to >> make it child headline. Recently it stopped working and I think I have >> it tracked down to the change that was made last week. I could be

Re: Bug: tab key no longer bound to org-cycle in commit 565361eb69 [9.4.6 (9.4.6-10-gee652a-elpaplus @ /Users/bartm002/.emacs.d/elpa/org-plus-contrib-20210705/)]

2021-07-07 Thread Eric S Fraga
On Tuesday, 6 Jul 2021 at 18:05, Mark Barton wrote: > I normally use C-RET to enter a new headline and then press TAB to > make it child headline. Recently it stopped working and I think I have > it tracked down to the change that was made last week. I could be > missing something that allows “TAB

Bug: tab key no longer bound to org-cycle in commit 565361eb69 [9.4.6 (9.4.6-10-gee652a-elpaplus @ /Users/bartm002/.emacs.d/elpa/org-plus-contrib-20210705/)]

2021-07-06 Thread Mark Barton
I normally use C-RET to enter a new headline and then press TAB to make it child headline. Recently it stopped working and I think I have it tracked down to the change that was made last week. I could be missing something that allows “TAB” to work for a kdb binding, but the previous format of ""