|
@@ -2438,7 +2438,8 @@ bind it in the options section.")
|
|
|
((equal org-agenda-window-setup 'other-window)
|
|
|
(org-switch-to-buffer-other-window abuf))
|
|
|
((equal org-agenda-window-setup 'other-frame)
|
|
|
- (switch-to-buffer-other-frame abuf))
|
|
|
+ (switch-to-buffer-other-frame abuf)
|
|
|
+ (set-window-dedicated-p (selected-window) t))
|
|
|
((equal org-agenda-window-setup 'reorganize-frame)
|
|
|
(delete-other-windows)
|
|
|
(org-switch-to-buffer-other-window abuf))))
|