Applescript for Multiple Find

James Spahr james at spahr.org
Tue Nov 4 10:51:26 PST 2003


one could be written very easily. Here is a sample to get you started:

tell application "OmniOutliner"
	tell document "onPlate.ooutline"
		
		delete (every row whose text of cell 3 contains "High")
		
	end tell
end tell

--
or
--

tell application "OmniOutliner"
	tell document "onPlate.ooutline"
		
		delete (every row whose topic contains "Work")
		
	end tell
end tell



On Nov 4, 2003, at 11:15 AM, johnstrash wrote:

> I'm not much of a scripter myself, so I'm wondering if anyone knows of 
> a script that can mark a row based on the contents of a column and 
> export it. I imagine a combination of the "Getting a row by column 
> contents"  and "move completed items could do this"


James.




More information about the OmniOutliner-Users mailing list