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 > OmniFocus > OmniFocus 1 for Mac
FAQ Members List Calendar Today's Posts

 
Collapse everything Thread Tools Search this Thread Display Modes
I've looked and still can't find the answer to this:

Is there a way to close tasks and notes when entering a folder? I have tens of projects in a folder and I noticed there is a way to close the tasks yet the project notes stay open. Is there a way to close both?

Thanks
 
This looks to me as if it might actually be an oversight of design or implementation - View > Collapse All probably should collapse project notes.

( Worth a request under Help > Send Feedback ... )

In the meanwhile, one approach would be to assign the following script to a keystroke (or put it in your toolbar).

Code:
tell application id "com.omnigroup.omnifocus"
	tell front document window of front document
		tell descendant trees of content
			set {expanded, note expanded} to {false, false}
		end tell
	end tell
end tell
--

Last edited by RobTrew; 2010-11-30 at 02:50 AM..
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Expand/Collapse All Joseph OmniGraffle General 2 2012-06-21 04:37 PM
OF 1.2 Expand/Collapse all atreinke OmniFocus for iPad 2 2010-11-13 04:06 AM
Expand a little, collapse a little ... RobTrew OmniOutliner 3 for Mac 0 2010-11-04 03:01 AM
Expand/collapse notes? marieboyer OmniFocus 1 for Mac 2 2008-08-09 08:29 AM
Add option to collapse blocked ads dangerous OmniWeb Feature Requests 1 2007-07-25 05:15 PM


All times are GMT -8. The time now is 11:18 PM.


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