View Single Post
You can expand the list by control-clicking on a parent entry in the list and selecting 'Show Subsections'. You will need to do this for each parent unless you use an AppleScript like this:

Code:
tell front document of application "OmniOutliner Professional"
	repeat with myRow in every row
		set children are sections of myRow to true
	end repeat
end tell