Script Help
George Crump
georgeacrump at mac.com
Thu Jun 21 08:26:33 PDT 2007
Derek,
Awesome. Thanks. I have not had a chance to test yet but wanted to at
least say thanks.
Is there a repository for all these little applescript snippets? I am
trying to learn by examples like this.
Thanks,
George
On Jun 20, 2007, at 6:50 PM, Derek Motonaga wrote:
>
> tell application "OmniOutliner Professional"
> tell front document
> repeat with theRow in every row
> -- change "done" to the name of your done column
> set theDate to value of cell "done" of theRow
> if theDate is missing value then
> if (value of cell "due" of theRow is not missing value) then
> set value of cell "done" of theRow to "today"
> -- change "due" to the name of the due column
> set value of cell "due" of theRow to missing value
> end if
> end if
> end repeat
> end tell
> end tell
>
> --
> Derek M.
> Support Ninja
==================================
George Crump
georgeacrump at mac.com
Office: (817) 776-5497
Cell: 281-686-3938
skype: georgeacrump
fax: 817-288-0502
New Updates at Storage Switzerland
http://web.mac.com/georgeacrump
More information about the OmniOutliner-Users
mailing list