Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Last active December 14, 2023 19:50
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save mwfogleman/fbec1cc11f9eaac5e5d36b92c671ec8b to your computer and use it in GitHub Desktop.
Save mwfogleman/fbec1cc11f9eaac5e5d36b92c671ec8b to your computer and use it in GitHub Desktop.
Weekly Review Template

Weekly Review

Get Clear [0/5]

  • [ ] Collect Loose Papers and Materials
  • [ ] Get “IN” to Zero
    • [ ] Papers
    • [ ] Physical Notebook
    • [ ] Physical Objects
    • [ ] Text Messages
    • [ ] Voice Mail
    • [ ] 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"))
  • [ ] Kindle highlights
  • [ ] Evernote Inbox
(open-evernote-osx)
  • [ ] Browser Tabs
  • [ ] Downloads Folder
(dired "~/Downloads/")
  • [ ] Desktop
(dired "~/Desktop/")
  • [ ] Empty Your Head: New projects, tasks, waiting-fors, someday/maybes?

Get Current [0/9]

  • [ ] Review Previous and Upcoming Calendar Data:
(my-org-agenda-longer-open-loops)
  • [ ] Review Action Lists:
(let ((org-agenda-files '("~/org/todo.org")))
  (org-agenda "TODO" "T")
  (beginend-org-agenda-mode-goto-beginning))
  • [ ] Review Waiting For List:
(org-agenda "WAITING" "T")
  • [ ] Review Client List
  • [ ] Review Project (and Larger Outcome) Lists:
(project-overview)
(project-deadline-overview)
  • [ ] Review Stuck Projects:
(my-org-agenda-list-stuck-projects)
  • [ ] Archive completed or inactive projects.
  • [ ] Update Budget
(progn
  (browse-url "https://app.youneedabudget.com/")
  (browse-url "https://www.schwab.com/"))
  • [ ] Update CRM
  • [ ] Review Any Relevant Checklists

Get Creative [0/5]

(randomnote-osx)
  • [ ] Be Creative and Courageous: Are there any new, wonderful, harebrained, creative, thought-provoking, risk-taking ideas you can capture and add into your system, or “external brain”?
  • [ ] Clock out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment