Skip to content

Instantly share code, notes, and snippets.

@JayDugger
Forked from mwfogleman/dailyreviewtemplate.org
Created September 7, 2018 14:51
Show Gist options
  • Save JayDugger/6e947c39441cb10bad960cd1a53fd785 to your computer and use it in GitHub Desktop.
Save JayDugger/6e947c39441cb10bad960cd1a53fd785 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