Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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

%Project name

%OUTCOMEp %AREAp %?
  • [ ] 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))))
        
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment