Updating scripts using transport text

Got a rude awakening this afternoon when I started to notice that any scripts using transport text no longer worked. Format now appears to be:

set theText to "Do something"
tell application "OmniFocus"
  parse tasks into default document with transport text theText
end tell

You no longer need to tell default document, but all existing scripts will break.

1 Like