Slawomir Grochowski <[email protected]> writes: > This small series keeps the original narrowing visible while reading a new > heading title. > > `org-edit-headline' widens the buffer in order to find and update the > current heading. However, the interactive prompt does not need to run in > the widened buffer. The first patch temporarily restores the original > narrowing while reading the new heading text.
What about the case when the heading is originally outside the narrowing? Without your patch, the prompt will be displayed with point moved to the heading that is being edited - old title visible. With your patch, old title may not be visible. -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
