From mboxrd@z Thu Jan 1 00:00:00 1970 From: Spenser Truex Subject: Opening org Agenda whenever opening GNUs: Date: Sat, 23 Nov 2019 22:31:58 -0800 Message-ID: <87r21x7pk1.fsf@spensertruex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37420) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYlRu-0002e4-RC for emacs-orgmode@gnu.org; Sun, 24 Nov 2019 01:32:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYlRt-0003Vp-O0 for emacs-orgmode@gnu.org; Sun, 24 Nov 2019 01:32:46 -0500 Received: from spensertruex.com ([66.70.189.182]:42680) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iYlRt-0003Ug-GV for emacs-orgmode@gnu.org; Sun, 24 Nov 2019 01:32:45 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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