Re: [O] Org mode pollutes the narrow-map

2019-09-12 Thread Omar Antolín Camarena
Great, thanks! On Fri, Aug 23, 2019, 3:40 AM Nicolas Goaziou wrote: > Hello, > > Omar Antolín Camarena writes: > > > Hello everyone, > > > > Does it seems a little rude that Org mode binds its own narrowing > commands in the global narrow-map? > > > > You can find this in org.el starting at lin

Re: [O] Org mode pollutes the narrow-map

2019-08-23 Thread Nicolas Goaziou
Hello, Omar Antolín Camarena writes: > Hello everyone, > > Does it seems a little rude that Org mode binds its own narrowing commands in > the global narrow-map? > > You can find this in org.el starting at line 19018: > > #+begin_src emacs-lisp > Narrow map > (org-defkey narrow-map "s"

[O] Org mode pollutes the narrow-map

2019-08-22 Thread Omar Antolín Camarena
Hello everyone, Does it seems a little rude that Org mode binds its own narrowing commands in the global narrow-map? You can find this in org.el starting at line 19018: #+begin_src emacs-lisp Narrow map (org-defkey narrow-map "s" #'org-narrow-to-subtree) (org-defkey narrow-map "b" #'