Getting OmniFocus 3 Task List on Paper (like real paper)

A new year always brings out the hopeful GTD'er in me. I was doing my year end review and noticed some holes in how I was tracking my work and how well I was finishing what I wanted to get done. Too often I was reverting back to latest/loudest …

Logging Ad Hoc Requests to OmniFocus

I've been on a bit of a kick updating my OmniFocus scripts. Part of this work has been to finally follow up on some links I've saved over the past couple of months. Most of the links are to variants of scripts I already have, but include features I've wanted …

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