- [ ] Add project tags for context (e.g. work, personal)
- [ ] List specific tasks
- [ ] Schedule next actions from generated tasks
- [ ] Create an Evernote notebook matching project name
    (nth 4 (org-heading-components)) osascript -e "tell application \"Evernote\" to create notebook \"$project\""
- [ ] Move notebook into 1 Projects, and move any relevant notes to the new notebook, or link to them in a TOC
    (open-evernote-osx)
- [ ] Create Dropbox folder if needed for storage; move files there
    (mkdir (concat "~/Dropbox/1 Projects/" (nth 4 (org-heading-components)))) 
- [ ] Create Google Drive folder if needed for collaboration; move documents there
    (mkdir (concat "~/Google Drive/1 Projects/" (nth 4 (org-heading-components)))) (mkdir (concat "~/Google Drive Work/1 Projects/" (nth 4 (org-heading-components)))) 
          Created
          July 28, 2018 15:34 
        
      - 
      
- 
        Save mwfogleman/58db3efd064cd43c65cf5ba28a58f601 to your computer and use it in GitHub Desktop. 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment