I'm in emacs 24.something on a Windows platform. I have an agenda generated by org that I would like to keep on continuous display. I use multiple frames, and multiple windows per frame, for my other work. What I would like is a single frame with a dedicated window displaying my agenda buffer that is NOT split
(set-window-dedicated (selected-window) t)
seems to help, but doesn't quite do the trick.
Any ideas?