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 Search Today's Posts Mark Forums Read

 
How to hide folders per time of day? Thread Tools Search this Thread Display Modes
I am very new to Omnifocus (just switched over from Things last night, actually). I spent all day watching Screencasts, reading the forums, browsing online and – yes – actually using with Omnifocus.

One thing I can't seem to figure out that would be very useful though is the ability to some how set it up so that all my work related actions/projects/contexts only appeared between the hours of 9 - 5, Monday - Friday. I'd like this ability on a number of things.

Am I overlooking something?
 
Look into Perspectives. You could do this with a perspective. You would need to switch perspectives from "daytime" to "other time" but it would work fine for this.
 
Put your work-related tasks in a folder called Work. When at work, right-click on the Work folder and select Focus. Now you will only see actions and projects from that folder.
 
Quote:
Originally Posted by whpalmer4 View Post
Put your work-related tasks in a folder called Work. When at work, right-click on the Work folder and select Focus. Now you will only see actions and projects from that folder.
This is more along the lines of what I was looking for. I know about perspectives and all that.

I only wish it was literally automated, but setting projects to focus is a fine alternative.

I just hate seeing work related stuff on the weekends.

I just set up the "Home" perspective as everything that is not work "Focused" upon and vice versa for the office.

Omnifocus is really proving its worth to me already. It's way more fully featured than Things.

Last edited by jessedarko; 2010-11-05 at 08:33 PM..
 
Well, you can do this with a perspective, some baling wire, and a bit of chewing gum.

You would focus on the desired folder, then create a perspective, making sure to check the Restore: Focus box. Name the perspective something imaginative like "Work perspective".

Next, you'll use the Applescript Editor to make a simple Applescript like this:

Code:
tell application id "com.omnigroup.omnifocus"
	set oDoc to front document
	set oWin to front document window of oDoc
	set perspective name of oWin to "Work perspective"
end tell
(for appropriate values of "Work perspective", of course). Save it as a compiled .scpt file.

Finally, in iCal, create a repeating event at the time you want that perspective applied. Set the alarm to run the script you created. Every Monday morning at 8AM, if you set it that way, OmniFocus will launch (if not already running) and the front window will change to the perspective you specified in the script that was run as an iCal alarm.
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add the ability to hide project folders with no content or future start dates Kosjer D OmniFocus 1 for Mac 1 2012-02-03 07:32 AM
Hide some folders in Planning mode Ward OmniFocus 1 for Mac 3 2008-12-15 05:30 PM
no folders visible if no folders selected henri OmniFocus 1 for Mac 6 2008-11-19 09:03 AM
Way to hide Folders with no active projects? gcrump OmniFocus 1 for Mac 3 2008-07-18 07:55 AM
Time & Folders technolawyer OmniFocus 1 for Mac 6 2008-01-19 12:21 PM


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


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