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

2022-11-29 Thread yuvallangerontheroad
On Saturday, November 26th, 2022 at 04:26, Ihor Radchenko wrote: > yuvallangerontheroad yuvallangeronther...@proton.me writes: > > > > Extra [...] are redundant. > > > Please test the patch before submitting. > > > > Sorry. Removed redundant brackets. >

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

2022-11-25 Thread yuvallangerontheroad
On Friday, November 25th, 2022 at 16:52, Ihor Radchenko wrote: > yuvallangerontheroad yuvallangeronther...@proton.me writes: > > > + "Narrow buffer to the current subtree. > > +Use the command \\[[widen]] to see the whole buffer again." > > > Extra [

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

2022-11-25 Thread yuvallangerontheroad
On Friday, November 25th, 2022 at 16:32, Ihor Radchenko wrote: > 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. Thank you. The change is in the attachment.From 5e0bef6c7e288191

[PATCH] Explain how to end a buffer narrowing.

2022-11-25 Thread yuvallangerontheroad
I have added information on how to exit a narrowing. I could have used this information when I started using org-narrow-to-subtree.From 680fbfc0a91552c5d73e853effadeaa683266ec9 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Thu, 24 Nov 2022 19:27:00 +0200 Subject: [PATCH] Explain how to remove