emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Explain how to end a buffer narrowing.


From: Ihor Radchenko
Subject: Re: [PATCH] Explain how to end a buffer narrowing.
Date: Fri, 25 Nov 2022 14:32:25 +0000

yuvallangerontheroad <yuvallangerontheroad@proton.me> writes:

> I have added information on how to exit a narrowing. I could have used this 
> information when I started using org-narrow-to-subtree.
> ...
>  (defun org-narrow-to-subtree (&optional element)
> -  "Narrow buffer to the current subtree."
> +  "Narrow buffer to the current subtree.
> +   Use the command M-x widen <RET> to see the whole buffer again."

Thanks!
I am neutral wrt this addition. Could be useful.

But please use `\\[widen]' instead of M-x widen. Then, Emacs will
automatically display the actual key binding for widen or "M-x widen" if
no binding is present.

See 25.3 Substituting Key Bindings in Documentation section of Elisp
manual.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]