Created
November 12, 2015 00:48
-
-
Save matthewspear/456ac52697fcd936fd01 to your computer and use it in GitHub Desktop.
Unflag all tasks within OmniFocus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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