Re: Opening org Agenda whenever opening GNUs:

2019-11-25 Thread Jack Kamm
> I'd like to be able to have it split vertically, since it otherwise > obscures my view. How can I do that? I haven't tested this, but I think the following would accomplish what you want: (defun my-instant-agenda () (let ((org-agenda-window-setup 'current-window)) (select-window (split-wi

Re: Opening org Agenda whenever opening GNUs:

2019-11-24 Thread Eric Abrahamsen
Spenser Truex writes: > 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 vertic

Opening org Agenda whenever opening GNUs:

2019-11-24 Thread Spenser Truex
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 v