emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72


From: Ihor Radchenko
Subject: Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]
Date: Tue, 27 Feb 2024 09:07:43 +0000

Björn Bidar <bjorn.bidar@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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]