View Single Post
Any applescript written for earlier builds, and using

Code:
parse tasks with transport text ...
will now fail, complaining of missing parameters.

The solution is to append the (now compulsory) boolean option "as single task"

for example:

Code:
parse tasks with transport text varMessage without as single task
I have updated my Taskpaper to Omnifocus importer

and anyone using iNik's useful Twitter hack will need to amend the trigger script in Proxi (details in that thread).

Last edited by RobTrew; 2008-01-01 at 07:14 AM..