Re: [PATCH] goto: Avoid invoking org-mode for outline navigation

2020-09-05 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Kyle Meyer writes: > >> Ihor Radchenko writes: >> >>> Is there even a need to call the whole (org-mode). The new buffer is >>> an indirect buffer. It should already have org-mode activated (at least, >>> we can check for it and not call (org-mode) unnecessarily). If

[PATCH] goto: Avoid invoking org-mode for outline navigation

2020-05-27 Thread Kyle Meyer
, dropping the org-mode call doesn't seem to break anything. I don't use the outline interface to org-goto, so it'd be appreciated if anyone who does could try it out and see if anything feels off. -- >8 -- Subject: [PATCH] goto: Avoid invoking org-mode for outline navigation * li