What are the OmniFocus to Evernote report AppleScripts?

Hello,

I am using an OmniFocus to Evernote AppleScript to create completed tasks reports; however, the script is limited to sending reports for “everything” under the Top Level folders. I have many sub-folders.

Link: http://www.tuaw.com/2013/04/15/applescripting-omnifocus-send-completed-task-report-to-evernot/

  1. I am looking for the Evernote AppleScript hooks that will allow me to create OmniFocus to Evernote reports on specific sub-folders and/or specific projects.

eg.

Work
– Sub-folder
---- Project Name

  1. Is there a reference guide for all Evernote enabled AppleScripts?

  2. Is there a reference guide for all OmniFocus enabled AppleScripts?

Looks like #1 appeared in another forum entry.

Here is what I did:

tell application “OmniFocus”
tell front document
set theModifiedProjects to first flattened project whose name is “Project Name Goes Here”
set theModifiedTasks to flattened tasks of theModifiedProjects