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 Today's Posts

 
Copy/Export without bullets? Thread Tools Search this Thread Display Modes
How can I think/organize/structure/write in OO but then copy or export the final draft to whatever layout app without having bullets at the front of every field?

I want/need them in OO for their visual queues, but then I want them gone for the final output.
 
If you switch off the display of bullets in the GUI then I think they will also vanish from most export formats.

Menu system:
Inspectors > Row > Advanced > Show handles > Never
Script for toggling bullets on and off:

Code:
property pBulletState : "item-handle-mode(com.omnigroup.OmniOutliner)"
property pStateOne : "never"
property pStateTwo : "always"

tell application id "OOut"
	if (count of documents) < 1 then return
	tell attribute pBulletState of style of front document
		if (value = pStateOne) then
			set value to pStateTwo
		else
			set value to pStateOne
		end if
	end tell
end tell
(This can, of course, be installed at a button on the OO toolbar).

--

Last edited by RobTrew; 2011-05-16 at 01:31 AM..
 
If you're exporting to Rich Text Format, see the OmniOutliner preferences, RTF Export section, where you can specify how the bullets will be represented in the output, including deleting them entirely. This has the slight advantage of not altering the display of the document, or marking it changed. Click the reset button at the bottom left in the preferences window to return the settings to the factory defaults.
 
Change the Rich Text preference: Lovely and elegant! Thank you!

With abandon,
Patrick
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I export/copy a formatted file to Pages? nm2 OmniOutliner for iPad 5 2011-05-12 01:33 PM
Copy/Paste and export size variations Robin Wragg OmniGraffle General 0 2010-11-12 04:16 AM
Request ability to copy projects, copy actions, add group fernelius OmniFocus for iPhone 0 2009-10-17 06:22 PM
How to Get Rid of Bullets? essiecab OmniOutliner 3 for Mac 1 2007-12-28 01:47 PM
export, copy/paste or drag steve OmniFocus 1 for Mac 4 2007-05-30 05:12 AM


All times are GMT -8. The time now is 12:38 PM.


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