View Single Post
Thanks fudster. It took a bit of juggling but I got it working. A little Applescript training for me I guess. I used your instructions but had to make a change to the OF section. I used this instead:

tell front document of application "OmniFocus"
make new inbox task with properties {name:("capture: " & theTitle), note:theAddress}
end tell

I would still like see tighter linkage with OF understanding and parsing a Notes DocLink but this will work for me. I am off to organize my Notes life.

Thanks again for the help.