Fix: (org-ql-find) Select buffer
Thanks again to Thomas Bergheim (@bergheim).
This commit is contained in:
parent
d46e69b0fc
commit
a986e360c3
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ single predicate)."
|
||||||
(with-current-buffer (marker-buffer marker)
|
(with-current-buffer (marker-buffer marker)
|
||||||
(goto-char marker)
|
(goto-char marker)
|
||||||
(display-buffer (current-buffer))
|
(display-buffer (current-buffer))
|
||||||
|
(select-window (get-buffer-window (current-buffer)))
|
||||||
(run-hook-with-args 'org-ql-find-goto-hook))))))
|
(run-hook-with-args 'org-ql-find-goto-hook))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue