Björn Bidar <bjorn.bi...@thaodan.de> writes: >> I cannot reproduce on the latest main using the latest Emacs master. >> May you please provide a reproducer starting from emacs -Q? >> See https://orgmode.org/manual/Feedback.html#Feedback > > 0. emacs -Q > 1. Paste this into the scratch buffer: > (setq org-agenda-window-setup 'other-frame) > (setq pop-up-frames t) > 2. Eval > 3. Org-agenda
This is now expected. We changed Org agenda to respect user settings, including `pop-up-frames' setting. In your reproducer, you set `pop-up-frames' to t, telling Emacs to create frames for new buffers by default. So, what you see is expected - Org mode follows your settings. You may customize `display-buffer-alist' to make agenda buffers ignore your `pop-up-frames' setting. Not a bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>