Remember to cover the basics, that is, what you expected to happen
and
what in fact did happen. You don't know how to make a good
report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
Hi org,
It seems that org-agenda-goto changed "recently"
(15226075169a6a0fbcc801863637dc6d24ea6bc8) and I have a usability
/ customzability issue in combination with my frames-only-mode-ish
workflow, now. (I'm only 99% sure that frames-only-mode handled
the following situation better before the commit).
If I hit TAB in my org-agenda, I want to go to the entry at point
and open the corresponding org file in a new frame instead of a
new window.
There are different ways to work around this, e.g. by customizing
display-buffer-alist or by an advice to use tear-off-window after
org-agenda-goto and more (thanks to bpalmer and bata in
IRC). Maybe there is a simple fix in org-agenda-goto itself?
org-agenda-goto passes (display-buffer-reuse-window
display-buffer-pop-up-window) to display-buffer. Maybe there is a
way to customize this, I'd probably like to pass
(display-buffer-reuse-window display-buffer-pop-up-frame) instead.
Best Regards,
Julian
Emacs : GNU Emacs 31.1 (build 1, x86_64-pc-linux-gnu, GTK+
Version 3.24.52, cairo version 1.18.4)
Package: Org mode version 9.8.10 (N/A @
/gnu/store/r8nx2v9xsrh7bg06chcwcyp3v748j5ra-emacs-org-9.8.10/share/emacs/site-lisp/org-9.8.10/)
--
Julian 'nutcase' Flake