View Single Post
I compiled and ran the script and it churned through the Word doc, but stalled when it tried to create a new OO document with an error. "The variable oRow is not defined".

I don't know very much about AppleScript, so I'm not sure if this stuff is useful.

This is the text in the bottom window of the script editor when the hairball occurs.

tell application "OmniOutliner Professional"
make new document
document id "c-guTw8kzJV"
"The variable oRow is not defined."

This was the highlighted occurrence of oRow in the upper script window when it snarled -

else
tell oRow
set note to note & item 2 of lstPara
end tell


Thanks so much for working on this, Rob. If it doesn't work out, it's not a show-stopper for me.

I really do wish that outliner documents were more portable between implementations. I've been using them since the days of More in OS7, and then I used Inspiration for years. Now, Omni Outliner is my current favorite. I'm hopeful that they can keep developing the capabilities of the program.

I still miss More.

Billy