View Single Post
Quote:
Originally Posted by dp1 View Post
I can group by Due and sort by Due and scroll the list, but it would be simpler just to search on "08/02/2010" and be presented with a list of actions due on that day. Is this possible?
Using Where in OmniFocus (which needs OF 1.8) you can list actions due in a specific period by saving and reusing a custom search like:
tasks where (due date ≥ <dte1>) and (due date ≤ <dte2>)
(The user is prompted for the values of the <dte> placeholders, which can be specified either as absolute dates, or as relative dates like 'today + 5 * days' or 'today + 2 * weeks')

(Both the filled and the template version of the search are automatically saved in the Most Recently Used searches list, for quick re-use)

--

Last edited by RobTrew; 2012-07-17 at 06:07 AM..