line-minor-mode-cycle'.")
I don’t see outline as a minor mode listed when I use C-h m while in an org
file expecting org-cycle.
Mark
> On Jun 27, 2021, at 8:34 AM, Daniel Mendler wrote:
>
> `org-mode-map` binds `[tab]` which is unnecessary and harmful, since it
> takes p
> Does outline.el need to be fixed too?
[...]
> ——snippet from outline.el
> (defvar outline-mode-cycle-map
> (let ((map (make-sparse-keymap)))
>(let ((tab-binding `(menu-item
> "" outline-cycle
> ;; Only takes effect if point is on a heading.
>
Hello,
Daniel Mendler writes:
> `org-mode-map` binds `[tab]` which is unnecessary and harmful, since it
> takes precendence over bindings of TAB even in keymaps with higher
> precedence.
Thou shalt not have precedence over Org mode!
Fixed.
Thank you!
Regards,
--
Nicolas Goaziou
`org-mode-map` binds `[tab]` which is unnecessary and harmful, since it
takes precendence over bindings of TAB even in keymaps with higher
precedence.
Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.5, cairo version 1.16.0)
of 2021-02-09, modified by Debian
Package: Org
`org-mode-map` binds `[tab]` which is unnecessary and harmful, since it
takes precendence over bindings of TAB even in keymaps with higher
precedence.
Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.5, cairo version 1.16.0)
of 2021-02-09, modified by Debian
Package: Org