emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Opening org Agenda whenever opening GNUs:


From: Jack Kamm
Subject: Re: Opening org Agenda whenever opening GNUs:
Date: Mon, 25 Nov 2019 07:47:30 -0800

> 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-window-horizontally))
    (org-agenda-list nil)))



reply via email to

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