yuvallangerontheroad <yuvallangeronther...@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>