emacs-orgmode
[Top][All Lists]
Advanced

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

Opening org Agenda whenever opening GNUs:


From: Spenser Truex
Subject: Opening org Agenda whenever opening GNUs:
Date: Sat, 23 Nov 2019 22:31:58 -0800

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



reply via email to

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