I’ve recently reignited and cleaned up my OmniFocus projects and tasks after reading a brilliant article about utilizing GTD contexts in a different way. Sven Fechner over at Simplicity Bliss discusses “A Fresh Take on Contexts”. Go ahead and read it, it makes a whole lotta sense. Our devices have made many of the contexts from GTD parlance unnecessary, as email and much of the office work can all be done in a café.
One of the gems in that blog post, was an AppleScript you could use to find all the projects that didn’t have any Next Actions assigned. Curt Clifton who works for The Omni Group wrote an AppleScript which does just that and with it you can Verify Next Actions Exist.
Installed and brilliant, unless you have removed or have never installed Growl, and instead rely now on Notification Center in Mountain Lion. Time for you to figure out that (* and *) are comments in AppleScript, and there are 3 places you’ll need to find and fix. Or you could use and install Hiss which will forward all Growl notifications to Notification Center. Or… you can use this updated script that utilizes an Automator action to talk to Notification Center in lieu of Growl.
- Download the Display Notification Center Alert automator action from Automated Workflows. When downloaded unpack it and double click on the .action file
- Create a new workflow in Automator and add the "Display Notification Center Alert" action.
- After dragging the "Display Notification Center Alert" to the right pane, at the bottom add variables by right-clicking and selecting "New Variable" and using the names title, subtitle, and message.
- Drag each variable to the corresponding field in Display Notification Center Alert action
- Save the workflow as Display Notification.workflow. Place it in ~/Library/Workflows.</li>
- Download this updated Verify NAs.scpt and place in ~/Library/Scripts/Applications/OmniFocus</li> </ol> After that if you right-click on the toolbar and Customize Toolbar, you'll see a Verify NAs, drag it to your toolbar and close the customize pane. Click it, and enjoy.