View Single Post
If I have several named styles, is there a way I can select all rows that belong to a certain style? Do I need a script for this? If so, can someone point be to a sample?

Update:

I can't script, but this bit I found

tell application "OmniOutliner Professional" to tell front document
get (container of every named style of style of every row where its name is "Styled")
end tell

seems to select all rows that I want. How can I copy them to the clipboard?

Thanks

Lysander

Last edited by Lysander; 2007-02-10 at 07:31 PM..