Fix: (org-ql-find) Go to base buffer if possible
Use the base buffer if it has one, because if we run the search from an indirect buffer, it's likely already narrowed to a different entry, and making an indirect buffer from that one would end up with a restriction that would likely hide the selected entry.
This commit is contained in:
parent
0168171a14
commit
34f8b75b35
3 changed files with 50 additions and 41 deletions
|
|
@ -555,7 +555,9 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
|
||||
** 0.8.4-pre
|
||||
|
||||
Nothing new yet.
|
||||
*Fixes*
|
||||
|
||||
+ Command ~org-ql-find~ goes to the selected entry in the base buffer (rather than potentially an indirect buffer, whose narrowing could leave the selected entry hidden. The nuances around going to entries in buffers that may be indirect and/or narrowed are surprisingly complicated. Hopefully this is the last fix).
|
||||
|
||||
** 0.8.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue