Fix: (org-ql-find) Widen buffer
This fixes the case in which a user calls org-ql-find from a narrowed buffer and chooses a result outside the restriction. This is already done in, e.g. org-ql-open-link; it's just an oversight here.
This commit is contained in:
parent
24b799ab0b
commit
8e9a8fe090
3 changed files with 44 additions and 39 deletions
|
|
@ -555,7 +555,9 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
|
||||
** 0.8.1-pre
|
||||
|
||||
Nothing new yet.
|
||||
*Fixes*
|
||||
|
||||
+ Command ~org-ql-find~ widens the buffer before going to the selected entry.
|
||||
|
||||
** 0.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue