Email is something I check often (with Gnus), so attaching my agenda to it is a good way to stay on track.
(defun my-instant-agenda () (org-agenda-list nil)) (add-hook 'gnus-before-startup-hook 'my-instant-agenda) I'd like to be able to have it split vertically, since it otherwise obscures my view. How can I do that? =============ACTUAL SETUP============= +------------------------------------------+ | Gnus | | org-mailing list | +------------------------------------------| | | | | | ORG AGENDA | | TODO: everything | | DONE: nothing | | | | | | | +------------------------------------------+ =============GOAL EMACS ARANGEMENT============= +------------------------------------------+ | Gnus | ORG AGENDA | | org-mailing list | DONE: everything | | Mom | TODO: other stuff | | alt.sex | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +------------------------------------------- -- Spenser Truex spensertruex.com SFSU Computer Science