View Single Post
To be honest, I am finding it simpler and more robust to use iNik's excellent Twitter hack

When you are at work or an alien machine, you can type one or more actions (with optional notes, due dates, contexts and projects) in a Twitter, and Proxi will automatically pick them up, (the next time you log in to your mac), and transfer them straight into Omnifocus, without any manual intervention.

Note that the script to be placed in Proxi (a free download) should now be amended (following a recent change in Omnifocus applescript, and as detailed in one of the posts in the thread) to:

Code:
tell application "OmniFocus" to tell default document
	parse tasks with transport text ("[Message]") without as single task
end tell