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

 
Problems with OmniFocus Mac Thread Tools Search this Thread Display Modes
I'm having a weird problem with OmniFocus for the Mac. I enter an item, but when I go back to the window, the entry isn't there. I tried deleting the plist file, to no avail. I've been using OmniFocus since it was in beta. I pre-ordered OmniFocus before it actually came out. Does anyone have any suggestions/answers? Thanks in advance,
Bruce
 
When you search for the item, do you find it?
 
Quote:
Originally Posted by Eustace Tilley View Post
When you search for the item, do you find it?
No, it doesn't find the entry. Does that give anyone a clue?
 
Could you be a bit more specific about how you are entering the item, which window you are going back to, etc? You know, an exact set of instructions to reproduce the problem...pretend we can't see your keyboard, mouse or screen :-)
 
I'm currently writing a monograph. I enter "Finish Chapter 1" and set a starting date of +1d (Tomorrow), and set the topic to Monograph and an ending date of +1w. I then enter "Finish Chapter 2" and set the beginning date, category of Monograph. beginning, and eddying date. When I go back to the OmniFocus window, all my entries are gone. I tried deleting the plist file (after making a copy), to no avail. I'm perplexed by the whole thing. I've been using OmniFocus since it was in beta. I've never had any problem with the app before now. I'm hoping that someone can make a suggestion/advice.
Cheers,
Bruce Champ
 
Bruce, sorry for the confusion here! If you select the "All Items" option under the Perspectives menu and then search for the items in question, do they appear in the results?

(I'm wondering if you have the "Available" or "Next Action" filters active, and those actions are being hidden because they start tomorrow and/or aren't the next action in their project.)

Last edited by Brian; 2010-09-09 at 03:09 PM.. Reason: add parenthetical
 
Presumably you have already chosen

Perspectives > All Items

and made sure that the Inbox and Library trees were selected in the sidebar before running a search ?

(If you are using OF 1.8, which has now been released, you can run a simple search string script (below), or run the search:
tasks where <txt> is in name

in Where in OF, which will prompt you for the value of <txt>, and then warn you if any filter settings are hiding what you are looking for)

Simple search string script for OF 1.8:
Code:
tell application "OmniFocus"
	tell front document
		set strText to text returned of (display dialog "enter a search string" default answer "" buttons {"OK"} default button "OK")
		if strText is "" then return
		set lstTasks to name of (flattened tasks where name contains strText)
		if length of lstTasks > 0 then
			choose from list lstTasks
		else
			display dialog "Tasks containing " & strText & " not found" buttons {"OK"} default button "OK"
		end if
	end tell
end tell

Last edited by RobTrew; 2012-07-17 at 06:58 AM..
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems Quitting Omnifocus Trial muffintop OmniFocus 1 for Mac 2 2012-03-11 08:00 AM
Exposé + OmniFocus = Problems ? SingleMinded OmniFocus 1 for Mac 4 2010-02-05 04:44 PM
Problems with OmniFocus abates17 OmniFocus 1 for Mac 24 2009-01-26 04:24 PM
Problems using Scripting Bridge and OmniFocus 2shortplanks OmniFocus Extras 8 2008-08-09 09:35 PM
problems downloading OmniFocus? dellantonio OmniFocus 1 for Mac 0 2007-12-29 08:56 AM


All times are GMT -8. The time now is 02:34 AM.


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