Jump to content
  • 0

(Archived) Hazel applescript gives error at notebook name


amilligan

Idea

Posted

I've been trying to use a simple applescript in hazel to move files into Evernote. When using the applescript below it returns the following error - Expected expression, etc. but found unknown token. - with the opening parenthesis on the notebook name highlighted. I can't seem to figure out what I'm doing wrong since I see this particular applescript being used very regularly by others.

 

tell application "Evernote"

activate

create note from file theFile notebook “!Inbox”

end tell

 

1 reply to this idea

Recommended Posts

  • Level 5
Posted

You're using curly quotes instead of straight quotes.

Change “!Inbox” to "!Inbox"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...