Skip to content

Instantly share code, notes, and snippets.

@almost
Created December 4, 2013 13:25
Show Gist options
  • Save almost/7787374 to your computer and use it in GitHub Desktop.
Save almost/7787374 to your computer and use it in GitHub Desktop.
(defun tom-show-agenda (prefix)
(interactive "P")
(org-agenda-list)
(delete-other-windows)
(unless prefix
(calendar)
(other-window 1)
(split-window-vertically)
(other-window 1)
(find-daypage)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment