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

 
clear checked items in Omni Outliner? Thread Tools Search this Thread Display Modes
I am test driving omni-outliner. Is there a way to clear all checked items in a to-do list, as in Omni-focus? Apologies is this is an obvious feature - I hope so but didn't see it in the manual etc.
Thanks.
 
OmniFocus is a database, whereas OO3 is a document editor.

When you 'clear' the checked items in OmniFocus they disappear from the current view but are still in the database.

In OO3, you can run a simple script like:

Code:
tell application "OmniOutliner Professional"
	tell front document to select (rows where state is checked)
end tell
which will select all the checked rows in the open document. Whether you then cut and paste them to an another document, or simply delete them, is up to you.

(If this moving or deleting were a regular requirement, it could also be scripted and assigned to a keystroke or a button on the toolbar).

--
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where do checked items go? michael.prescott OmniFocus 1 for Mac 1 2009-08-27 07:13 AM
Does anyone know of a way to clear flags off multiple items all at once? smiggles OmniFocus 1 for Mac 1 2008-08-24 07:53 AM
omni outliner annotation for omni focus robobobo OmniFocus 1 for Mac 1 2008-01-09 02:57 PM
Omni Focus' integration with Omni Outliner. Tinchohs OmniFocus 1 for Mac 3 2007-09-10 04:24 PM
Script for Checked Items? nestor OmniOutliner 3 for Mac 0 2006-12-06 01:14 AM


All times are GMT -8. The time now is 10:54 AM.


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