View Single Post
Quote:
Originally Posted by Chaz2010 View Post
I've found a slight bug in the scripts, and not being familiar with Applescript, I'm not sure how to fix this.

For the line:
set projectsFolderName to "Projects" -- name for main projects folder

If I set the "Projects" value to something with a space in it, like:
set projectsFolderName to "OmniFocus Projects" -- name for main projects folder

It gets totally confused.

File and folder names which include spaces can be handled in Applescript with the "quoted form of POSIX path" idiom.