View Single Post
I am looking for a way to script the sort of a hoisted row by a column called Due Date. Is that possible. Here is what I was thinking...

tell application "OmniOutliner Professional"
tell front document
hoist (first row whose first word of topic is "Project 1")
-- code that does the sort
sort hoisted outline by Due Date, earliest to latest
end tell
end tell


Any thoughts?