The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniOutliner > OmniOutliner 3 for Mac
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Select or Export Styled Rows Thread Tools Search this Thread Display Modes
Hello,

Thsi is what I would like to do. I was hoping someone here could point me in the right direction:

I have a list of learning objectives for my students. Under each of these objectives I would like to write test questions. I would like then to either select and copy/paste to a new document, or export just the objectives or just the test questions, without individually going through an outline and selecting 50 or so items. What would be the best or easiest way to do this? I'm thinking

1. different levels for objectives and questions
2. different styles for objectives and questions
3. different check box status for objectives and questions

For some reason (lack of intellect) I am unable to find an easy way to do this. I'm sure I could script it if my applescripting ability went beyond "tell application "Finder" to say "Help""

Stan
 
This is currently only something that can be accomplished with AppleScript. However, it sounds like from your description that each objective starts a section. The problem with this as far as just copying the objectives, is that if you copy a parent (through normal copy/paste method), all child rows are copied with it. However, depending on what you're doing with this list, you can just collapse the sections to hide all the questions.

To copy just the questions out, you can use a script that selects the row level they're on, something like:

Code:
tell front document of application "OmniOutliner Professional"
	set stylename to text returned of (display dialog "Enter name of style to look for:" default answer "")
	select (every row whose (name of named style of styles is "find") or (name of named style of level styles contains "find"))
end tell
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Numbered rows in OPML export (perhaps via Applescript?) mjknight OmniOutliner 3 for Mac 0 2011-12-16 07:15 AM
Select all Omnioutliner rows which match certain criteria RobTrew OmniOutliner 3 for Mac 7 2010-07-04 07:07 AM
select level for keynote export? stevp1 OmniOutliner 3 for Mac 4 2010-01-21 11:01 AM
Export rows as separate files MarkusD OmniOutliner 3 for Mac 5 2009-01-31 12:37 PM
request for OF 1.5 - capability to use/select different css-styles for html-export johnjj OmniFocus 1 for Mac 1 2008-10-07 09:04 PM


All times are GMT -8. The time now is 03:40 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.