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 > Applying OmniFocus
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Ad hoc ('today', etc.) list implementation Thread Tools Search this Thread Display Modes
I want to create a Perspective that is an ad hoc list of Actions, and that is not based (at least not strictly) on due date, Context, etc. Primarily I want to to see things that I wish to accomplish on a Saturday (or this weekend).

NOTES:

Before posting, I did search on / scan this topic, so my intent is less about asking for OF tagging, and more about how to best implement this in OF today.

I am aware that GTD proposes to scan lists for what can/should be best done now (i.e., keep things dynamic), act, repeat, and aided by context and next action lists; and specifically in OF, start and due dates, etc., are useful. However I also believe that once these scanning plus filtering methods are used -- rather than trying to keep going back to one's trusted system and re-checking long lists throughout the day -- it is sometimes useful to have a list established for the day that reflects what you want to get done, and can of course be influenced by context, energy, weather, desire, etc. I find this especially valuable on the weekends, or evenings.

I am aware that GTD proposes that hard landscape items be put in one's calendar. But my 'today' type list is not 'must be done' on a certain date. Additionally, I want to keep these Actions in OF.

TWO METHODS I'M LOOKING AT

1) I created a SAL that I call: "Today, soon". I use the Notes field of the SAL.

1a) I type in things I want to get done. Disadvantage: The things I type are redundant with OF Actions.

1b) I open two windows, one with the SAL and the cursor placed in the Notes field, then drag Actions of interest into the Notes field as aliases. Disadvantages: A) Kludgy; requires careful dragging of Actions (if there is a mouse-up during the drag, the Notes field loses focus and the Action can't be dragged into the Notes field as an alias (I have an enhancement request in to allow the Notes field to 'open up' when an Action is dragged over it)), and it requires two windows to be jockeyed. B) When Actions are clicked on, they show up, but so do other Actions from the same Project or SAL.

2) Tagging. I'm thinking of tagging Actions with something that wouldn't likely otherwise show up, like: "•••". Then have a Perspective that shows these items (and of course I can further use filtering for "Available", etc.) I could later do a search and replace to clean things up.

In one post Curt mentioned dragging Actions into another window (this was in response to someone who created a separate list to carry with him). This could be useful for a paper list, but I'm (also) interested in keeping it dynamic, so that I can check things off when done.

Bob

Last edited by omnibob; 2009-05-16 at 07:21 AM..
 
Bob,

If you aren't using flags for anything else, you could use flagging to add things to your ad hoc list.

For your tagging idea, the search field includes matches in the notes of actions/projects, so you could put your "tag" in the notes. A quick Applescript could be used to add/remove the tag text. Put that script in your toolbar and you've got a custom toggle switch. Custom meta-data would make this more robust.
__________________
Cheers,

Curt
 
Thanks, Curt.

I currently have a different use for flags, but thanks for he heads up on that. I'm going to try out your custom tagging idea, see how it goes. Good stuff.

Bob
 
I have a routine that might be helpful. During my weekly review at the beginning of the week I flag all the tasks I need/want to get done that week. Then each day I open my flagged perspective and assign a duration of 5 min to each task I want to get done that day. I then open my today perspective which shows flagged items with a duration of 5 min and that is the list I work from for the rest of the day. Next day, I do the same thing, open flagged and set the duration of the tasks I need to get done to 5 min.

If I finish everything, which is highly unlikely, then I just go back to the flagged list and set some more 5 min tasks. Also, whenever I process my inbox, I'll flag any tasks for completion during this week, and if any new action must be done today I just give it a duration of 5 min.

This routine of course will only work if you don't use durations for their intended purpose, I don't. John

Last edited by jbkendrick; 2009-05-16 at 04:41 PM..
 
Quote:
Originally Posted by omnibob View Post
I want to create a Perspective that is an ad hoc list of Actions, and that is not based (at least not strictly) on due date, Context, etc. Primarily I want to to see things that I wish to accomplish on a Saturday (or this weekend).
Have you dedicated your use of the flags to other purposes?

Are your ad hoc lists primarily the next actions in a handful of projects? Would it offend you to see more items that you didn't hand-select? You could make a throwaway perspective showing the projects from which your ad hoc list of actions would be drawn. Use the focus command to limit the scope to literally just those projects and you can flip back and forth into context mode and just work what you see.

Quote:
TWO METHODS I'M LOOKING AT

1) I created a SAL that I call: "Today, soon". I use the Notes field of the SAL.

1a) I type in things I want to get done. Disadvantage: The things I type are redundant with OF Actions.

1b) I open two windows, one with the SAL and the cursor placed in the Notes field, then drag Actions of interest into the Notes field as aliases. Disadvantages: A) Kludgy; requires careful dragging of Actions (if there is a mouse-up during the drag, the Notes field loses focus and the Action can't be dragged into the Notes field as an alias (I have an enhancement request in to allow the Notes field to 'open up' when an Action is dragged over it)), and it requires two windows to be jockeyed. B) When Actions are clicked on, they show up, but so do other Actions from the same Project or SAL.
In 1a), you're just using the SAL to hold a note listing everything you want to do?

On occasion, I'll do something similar to 1b), except I'll drag the items into a TextEdit document, which allows the links to work to get back to the original item, and is a bit easier to populate. Just go down your list of available actions cmd-clicking on the ones you want, then do copy and paste into the TextEdit doc. Click on each item in the TextEdit doc as you do it to get taken directly to the corresponding OF action to check it off, then delete it from the TextEdit document if you want.

Quote:
2) Tagging. I'm thinking of tagging Actions with something that wouldn't likely otherwise show up, like: "•••". Then have a Perspective that shows these items (and of course I can further use filtering for "Available", etc.) I could later do a search and replace to clean things up.
One potential disadvantage to this is that it updates the last changed date/time on each action you tag, regardless of whether or not you made any progress. Otherwise, it should work.
 
Quote:
Originally Posted by whpalmer4 View Post
Have you dedicated your use of the flags to
Indeed I have. Things that I want to keep on my horizon at a level of importance, but that don't have a due date.

Quote:
Originally Posted by whpalmer4 View Post
Are your ad hoc lists primarily the next actions in a handful of projects?
At times.

Quote:
Originally Posted by whpalmer4 View Post
Would it offend you to see more items that you didn't hand-select?
It does bug me, yeah.

Quote:
Originally Posted by whpalmer4 View Post
In 1a), you're just using the SAL to hold a note listing everything you want to do?
Yes

Quote:
Originally Posted by whpalmer4 View Post
[...] I'll drag the items into a TextEdit document, which allows the links to work to get back to the original item, and is a bit easier to populate.
Very cool! Thanks.

Bob
 
Quote:
Originally Posted by jbkendrick View Post
I have a routine that might be helpful.
Very innovative! I'll put that in my bag of tricks.

Bob
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Today List? devastat OmniFocus for iPhone 7 2011-03-18 10:36 PM
A Suggestion For Those Who Want A Today List Teresa_H OmniFocus 1 for Mac 6 2010-07-07 10:39 AM
Simple list of to dos for TODAY ebalassanian OmniFocus 1 for Mac 14 2009-03-07 06:09 AM
Today List DannyG OmniFocus 1 for Mac 1 2008-08-07 09:21 AM
General list implementation (book lists, etc) dbyler OmniFocus 1 for Mac 12 2008-07-10 07:14 AM


All times are GMT -8. The time now is 03:48 AM.


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