Scooter 11 Posted August 25, 2013 Share Posted August 25, 2013 tell application "Evernote" set noteName to selection move noteName to notebook "Specific Notebook"end tell As near as I can tell, this should work. But it dosen't. Any ideas? Link to comment
anjoschu 67 Posted September 12, 2013 Share Posted September 12, 2013 I tried your code and it seems to work perfectly when just one single note is selected. When I try it with more than one note selected, I get the following error:Evernote got an error: Can’t make {note id "x-coredata://XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX/ENNote/p12345" of notebook "_Inbox", note id "x-coredata://XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/ENNote/p54321" of notebook "_Inbox"} into type specifier. You will need to move each note of the selection separately, like so: tell application "Evernote" repeat with oneNote in selection move oneNote to notebook "Specific Notebook" end repeatend tell Link to comment
Scooter 11 Posted September 23, 2013 Author Share Posted September 23, 2013 Thanks. Loopiing worked. Link to comment
Level 5* JMichaelTX 4,111 Posted July 28, 2014 Level 5* Share Posted July 28, 2014 Thanks. Loopiing worked. Scooter, you might check to see if changing the Notebook via applescript is properly sync'd.Recent reports indicate the change is NOT sync'd.See: https://discussion.evernote.com/topic/64280-changing-a-notes-notebook-with-applescript-does-not-sync-properly/ Link to comment
Idea
Scooter 11
tell application "Evernote"
set noteName to selection
move noteName to notebook "Specific Notebook"
end tell
As near as I can tell, this should work. But it dosen't. Any ideas?
Link to comment
3 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.