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

 
Preferences > Data > "Due soon" is in the next N days Thread Tools Search this Thread Display Modes
Does anyone know where this setting is stored ? (OF 1.8)

The most obvious candidate in the application Preferences collection would appear to be:

OFMTaskDefaultDueTimeDateComponents

but this seems to return missing value for value and default.

Have also tried looking at the output of defaults read com.omnigroup.OmniFocus in the shell, but it looks as if I am missing something.

--

Last edited by RobTrew; 2010-09-04 at 05:40 AM..
 
It's stored as a synchronized database setting rather than a local device preference, so the setting will be the same on all devices.

It's the DueSoonInterval setting, measured in seconds. (Though, come to think of it, we should change it to use interval strings like "2d" instead so that it handles daylight savings time transitions better.)
 
Aha ! Thank you, Ken.
 
Just in case this is helpful to anyone, although the settings collection of a document does not currently respond to a request for 'every setting', you can get the due soon value with:

Code:
tell application "OmniFocus"
	tell default document
		(value of setting id "DueSoonInterval") / days as integer
	end tell
end tell
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Any tips on keeping track of information in "the digital age" or what ever they call it these days? Emericono Omni Lounge 1 2012-04-04 01:50 PM
How to show "parent" tasks [A: Data pane of OF preferences in v1.9 or later.] msurtees OmniFocus 1 for Mac 4 2011-04-19 03:53 PM
Bonjour Synch stuck at "preparing to synchronize" [Answer: Mac Firewall Preferences] tdonut Bonjour sync 3 2009-05-09 04:47 PM
Feature Request - Move "X" Number of Days CorgiGirl OmniFocus 1 for Mac 15 2009-04-02 08:36 AM
"Work Day Hours" and "Work Week Days" in General Preferences dhm2006 OmniFocus 1 for Mac 2 2007-09-05 01:50 PM


All times are GMT -8. The time now is 01:16 AM.


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