Robert Goldman | 6 Jan 01:59

Hide-until (release time) for todos?

Has anyone implemented a property that's the opposite of deadline for
Org TODOs?

What I'd like is a property I could put on a TODO that would hide it
from agenda display (probably with some preference that would permit
unfiltered display) until a specified date.

This would keep me from being overwhelmed by tasks that I have deferred.

Another possibility, I suppose, would be to have a special DEFERRED TODO
keyword, and just hide all the deferred tasks.  But then I would like
some processing that would automagically un-defer them later.

On the one hand, having TODO items change their status without human
intervention doesn't seem to be in the spirit of Org.  On the other
hand, it seems a bit odd to have a task that is TODO, but hidden --- it
seems like the TODO keyword should parallel the state.

As the tone of this email may suggest, I'm thinking about trying to
implement such a facility, so my questions really are:

1.  Does this exist already?  ISTR someone asking for this earlier, but
I didn't see a positive response to that earlier request.

2.  If the answer is "no," I'd welcome any suggestions for how to
implement this.  For setting, looks like cloning org-deadline and
tweaking org-add-planning-info would be relatively straightforward; then
I'd need to look into modifying the agenda commands.

Best,
(Continue reading)

Matthew Lundin | 6 Jan 02:45
Favicon

Re: Hide-until (release time) for todos?


Hi Robert,

Robert Goldman <rpgoldman <at> sift.info> writes:

> Has anyone implemented a property that's the opposite of deadline for
> Org TODOs?
>
> What I'd like is a property I could put on a TODO that would hide it
> from agenda display (probably with some preference that would permit
> unfiltered display) until a specified date.
>

I've wondered the same thing a couple times. But I usually end up
asking myself: How would this be different from scheduling something
in the future? I've found that the easiest solution to this problem is
to schedule something in the future (e.g., C-c C-s +2w) and to get rid
of the TODO keyword (C-c t <SPC>, or t <SPC> in the agenda). That way,
the item will appear in my agenda on the date scheduled (and on every
day thereafter), but won't show up in your global TODO list. (I
suppose this use of the agenda is like a GTD style "tickler file.")

> This would keep me from being overwhelmed by tasks that I have
> deferred.
>
> Another possibility, I suppose, would be to have a special DEFERRED TODO
> keyword, and just hide all the deferred tasks.  But then I would like
> some processing that would automagically un-defer them later.

Sorry I can't help out on the elisp side of things. As a
(Continue reading)

Matthew Lundin | 6 Jan 02:52
Favicon

Re: Hide-until (release time) for todos?


Matthew Lundin <mdl <at> imapmail.org> writes:
>
>  I've found that the easiest solution to this problem is to schedule
> something in the future (e.g., C-c C-s +2w) and to get rid of the
> TODO keyword (C-c t <SPC>, or t <SPC> in the agenda).

This should read C-c C-t <SPC> for the TODO keyword command.

- Matt

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Bernt Hansen | 6 Jan 04:37

Re: Hide-until (release time) for todos?

Matthew Lundin <mdl <at> imapmail.org> writes:

> Robert Goldman <rpgoldman <at> sift.info> writes:
>
>> Has anyone implemented a property that's the opposite of deadline for
>> Org TODOs?
>>
>> What I'd like is a property I could put on a TODO that would hide it
>> from agenda display (probably with some preference that would permit
>> unfiltered display) until a specified date.
>>
>
> I've wondered the same thing a couple times. But I usually end up
> asking myself: How would this be different from scheduling something
> in the future? I've found that the easiest solution to this problem is
> to schedule something in the future (e.g., C-c C-s +2w) and to get rid
> of the TODO keyword (C-c t <SPC>, or t <SPC> in the agenda). That way,
> the item will appear in my agenda on the date scheduled (and on every
> day thereafter), but won't show up in your global TODO list. (I
> suppose this use of the agenda is like a GTD style "tickler file.")
>
>> This would keep me from being overwhelmed by tasks that I have
>> deferred.

I push tasks into the future with scheduled / deadline dates and prevent
them from showing up in the agenda too early with something like

    DEADLINE: <2009-02-04 Wed -3d>

I also have the following settings 
(Continue reading)

Matthew Lundin | 6 Jan 04:57
Favicon

Re: Hide-until (release time) for todos?

Bernt Hansen <bernt <at> norang.ca> writes:

> I push tasks into the future with scheduled / deadline dates and prevent
> them from showing up in the agenda too early with something like
>
>     DEADLINE: <2009-02-04 Wed -3d>
>

Ooh... that's nice. Individualized lead times for deadline warnings. I
didn't read that section of the manual carefully enough.

http://orgmode.org/manual/Repeated-tasks.html#Repeated-tasks

Thanks,
Matt

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Gmane