Jump to content

boxster

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by boxster

  1. I'm sure I'm overlooking something here but none of the Applescript-based Workflows run.  Nothing happens.  The Alfred window disappears and that's it.

     

    I'm running Alfred V2 with Powerpack on a MacBook Pro running OSX 10.8.4.

     

    I can copy the script into the Applescript editor and comment out the "on alfred_script(q)" and the "end alfred_script" and it runs.  Here is a script from Aaron B. Hockley's Create OmniFocus Tasks Workflow as an example.  

     

    on alfred_script(q)

      tell application "OmniFocus"
        set theDoc to default document
        set theTask to q
     
    -- comment out the whole tell quick entry block if you want tasks to go straight to inbox
        tell quick entry
          open
          set NewTask to make new inbox task with properties {name:theTask}
          activate
        end tell
      end tell
    end alfred_script
     
    What am I missing?  Thanks.

     

     

×
×
  • Create New...