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

 
removing blank lines? Thread Tools Search this Thread Display Modes
What's the easiest way to remove all the blank lines from an outline?

I have pasted in a text that results in successive blank lines between most items.

I imagine some use of the Find/Replace dialogue would help, but how do I search for blank lines?

I found this old mention of the problem, but option-Return is not working for me.
 
Still pondering this - any ideas out there?
 
You could use an AppleScript like this to do it:

Code:
tell application "OmniOutliner Professional"
	tell front document
		delete (every row whose value of cell "Topic" is equal to "")
		
	end tell
end tell
 
Thanks, I'll give it a try.
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tables with Horizontal Lines (but not Vertical Lines)? lanceosborne OmniGraffle General 6 2010-11-11 01:40 AM
Removing URL behaviour nunez OmniOutliner 3 for Mac 4 2010-01-10 05:48 AM
removing all colour cbrewster OmniGraffle General 1 2009-02-13 06:46 AM
all gone. server copy is blank. local copy is blank. lyallmarcus OmniFocus 1 for Mac 10 2009-01-14 03:06 PM
Removing bullets? philonous OmniOutliner 3 for Mac 2 2006-08-01 04:41 PM


All times are GMT -8. The time now is 04:09 AM.


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