Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Created July 28, 2018 15:33
Show Gist options
  • Save mwfogleman/f2db7fb2116108d08a760dfa8205540f to your computer and use it in GitHub Desktop.
Save mwfogleman/f2db7fb2116108d08a760dfa8205540f to your computer and use it in GitHub Desktop.
  • [ ] Add project completion date and calculate time span
    (org-entry-put (point) "ENDDATE" (org-time-stamp '(16) t))
    (org-entry-put (org-mark-subtree) "ENDDATE" (org-time-stamp '(16) t))
        
  • [ ] Generate project clock report
    (org-clock-report)
        
  • [ ] Move remaining tasks to other Projects or Areas
  • [ ] Delete completed tasks
  • [ ] If project was linked to a higher goal, add completion to goals file
    (open-evernote-osx)
        
  • [ ] Move notes in relevant Evernote notebook to other Areas, Resources, or Archives
  • [ ] Delete or archive Evernote notebook
  • [ ] Process project Dropbox folder if created; delete or archive
    (dired "~/Dropbox/1 Projects")
        
  • [ ] Process project Google Drive folder if created; delete or archive
    (dired "~/Google Drive/1 Projects/")
        
  • [ ] Remove deadline in Org
  • [ ] Move project to 4 Archives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment