Skip to content

Instantly share code, notes, and snippets.

@plathrop
Created January 4, 2012 19:02
Show Gist options
  • Save plathrop/1561480 to your computer and use it in GitHub Desktop.
Save plathrop/1561480 to your computer and use it in GitHub Desktop.
(defun pdl-agenda ()
"Switch to my daily agenda."
(interactive)
(save-selected-window
(pop-to-buffer
(prog1 org-agenda-buffer-name
(unless (get-buffer org-agenda-buffer-name)
(org-agenda nil "a")
(org-agenda-day-view))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment