Skip to content

Commit

Permalink
Merge: v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jan 9, 2024
2 parents 39394c8 + 3448e49 commit 5b00262
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 108 deletions.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@ Simple links may also be written manually in either sexp or non-sexp form, like:

Nothing new yet.

** 0.8.2

*Fixes*

+ Command ~org-ql-find~ incorrectly restored the buffer after jumping when not using indirect buffers. (See [[https://github.com/alphapapa/org-ql/issues/380#issuecomment-1881913025][#380]]. Thanks to [[https://github.com/bram85][Bram Schoenmakers]] for reporting.)

** 0.8.1

*Fixes*
Expand Down
2 changes: 1 addition & 1 deletion org-ql-find.el
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ single predicate)."
:prompt prompt)))
(set-buffer (marker-buffer marker))
(pop-to-buffer (current-buffer) org-ql-find-display-buffer-action)
(org-with-point-at marker
(without-restriction
(run-hook-with-args 'org-ql-find-goto-hook))))

;;;###autoload
Expand Down
Loading

0 comments on commit 5b00262

Please sign in to comment.