The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniOutliner 3 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=9)
-   -   removing blank lines? (http://forums.omnigroup.com/showthread.php?t=3743)

Craig 2007-06-05 08:24 AM

removing blank lines?
 
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 [URL="http://www.omnigroup.com/mailman/archive/omnioutliner-users/2003/001451.html"]this old mention[/URL] of the problem, but option-Return is not working for me.

Craig 2007-07-18 12:31 PM

Still pondering this - any ideas out there?

DerekM 2007-07-18 01:37 PM

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[/CODE]

Craig 2007-07-18 02:46 PM

Thanks, I'll give it a try.


All times are GMT -8. The time now is 12:32 AM.

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