View Single Post
Quote:
Originally Posted by jaywest View Post
Just to update my previous post.... I found the "OmniFocus" folder this script created... it was sitting at the root of my hard drive in a folder called "Notes". So it would seem to me that the script has a problem detecting the difference between my iPod drive and my MacBook drive. What would I need to do to remedy this so the script writes to the iPod?
Hmm. I haven't seen this behavior before. Do you have, by any chance, a iPod_Control directory at the root of your MacBook ?

You could always try to change the following line(44), replacing your_iPod_name_here by the name of your iPod:

Code:
set omniFocusPath to (POSIX path of iPodPath) & "/Notes/OmniFocus"
to

Code:
set omniFocusPath to "/Volumes/" & "your_iPod_name_here" & "/Notes/OmniFocus"

Rod