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
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"
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" #'