Pete248 9 Posted December 12, 2012 Share Posted December 12, 2012 The following AppleScript linetag named "mytag" existsalways return false, whether the tag "mytag" exists or not.Temp. workaround: Revert to 5.0.2Pete Link to comment
Level 5 Jackolicious 808 Posted December 12, 2012 Level 5 Share Posted December 12, 2012 See if your script works on this build: http://goo.gl/7oSWv Link to comment
Pete248 9 Posted December 12, 2012 Author Share Posted December 12, 2012 Hadn't time to do a full test buttell application "Evernote"tag named "2012" existsend tellnow returns true (before false).So I assume this build fixed it.Pete Link to comment
Level 5 Jackolicious 808 Posted December 12, 2012 Level 5 Share Posted December 12, 2012 This is fixed in 5.0.4 released today. Thanks for helping us find it!http://evernote.com/evernote/index.php?file=EvernoteMac Link to comment
mayersj1 0 Posted December 12, 2012 Share Posted December 12, 2012 This build still does not fix the issue with Postbox not being able to send a mail to Evernote if it contains Topics. As noted in a previous posting, Postbox's Evernote integegration worked fine until version 5.0.2 of Evernote came out (3.0.6). Nothing changed on the Postbox side of things. Reverting back to 5.0.1 solves the issue. Link to comment
Erik 0 Posted December 16, 2012 Share Posted December 16, 2012 I have a similar problem with tags and applescript:Whenever I try to create a tag with this script:make tag with properties {name:"test"}the result is an error.It worked just fine until 5.0.2Please fix this Link to comment
BeeRobber 0 Posted January 2, 2013 Share Posted January 2, 2013 The 5.0.4 upgrade resolved my AppleScript problem with querying tags. The following code failed in 5.0.3 but works in 5.0.4. # Prepare tag/subtag metadataset theStatusTag to tag named "status"if (not (tag named theName exists)) thenmake tag with properties {name:theName, parent:theStatusTag}end ifset theSubTag to tag named theName Link to comment
Idea
Pete248 9
Link to comment
6 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.