Adding Applescript to OF 2 Tool Bar

I'm fortunate enough to be able to use a Mac with my day job. However I've recently run into problems of creating, or updating, a script or automation method on one Mac, only to find it missing on the other. The tipping point was when I couldn't produce a list …

Update to OmniFocus To Do List Script

I've updated the Applescript to generate daily To Do lists from OmniFocus.

The change in the script is on line #52 so completed tasks are filter out of your results. The new line is:

set refDueTaskList to a reference to (flattened tasks where (due date ≥ CurrDate and due date < endDatetxt …
Top