Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Created July 28, 2018 15:30
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mwfogleman/94c8d1e2dee18d37cdd389f7ca0d839f to your computer and use it in GitHub Desktop.
Save mwfogleman/94c8d1e2dee18d37cdd389f7ca0d839f to your computer and use it in GitHub Desktop.

Daily Review

  • [ ] Clear Physical Desktop / Inbox / Notebook
  • [ ] Clear Downloads and Desktop Folders
    (dired "~/Downloads/")
    (dired "~/Desktop/")
    (image-dired "~/Desktop/")
        
  • [ ] Collect Calendar Open Loops (+/- 2 days)
(my-org-agenda-recent-open-loops)
  • [ ] Clear Email Inboxes
    (progn
        (browse-url "https://mail.google.com/mail/u/0/#inbox")
        (browse-url "https://mail.google.com/mail/u/1/#inbox")
        (browse-url "https://mail.google.com/mail/u/2/#inbox"))
        
  • [ ] Process streams (Slack, Twitter) as inboxes - record tasks, read it later, file notes
  • [ ] Capture any remaining open loops as tasks
  • [ ] Schedule + refile tasks in Org Mode Inbox, Beorg’s Refile Location
  • [ ] Schedule today’s tasks (immersive -> process, deep -> shallow):
    (progn
      (org-agenda nil "a")
      (org-agenda-day-view))
        
  • [ ] Clock out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment