Skip to content

Instantly share code, notes, and snippets.

@matthewspear
Created November 12, 2015 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewspear/456ac52697fcd936fd01 to your computer and use it in GitHub Desktop.
Save matthewspear/456ac52697fcd936fd01 to your computer and use it in GitHub Desktop.
Unflag all tasks within OmniFocus
tell application "OmniFocus"
tell default document
set flagged of (every flattened task whose flagged is true) to false
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment