The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniOutliner 3 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=9)
-   -   Scripting a Sort of a Hoisted Row? (http://forums.omnigroup.com/showthread.php?t=5542)

gcrump 2007-11-14 03:10 AM

Scripting a Sort of a Hoisted Row?
 
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?


All times are GMT -8. The time now is 01:51 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.