emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Skipping deadlined items until scheduled day in agenda
@ 2010-02-17 15:20 Robert Goldman
  2010-02-17 22:28 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Goldman @ 2010-02-17 15:20 UTC (permalink / raw)
  To: Org Mode

I would like to be able to skip entries in a daily agenda view if they
are being displayed because of the deadline, but they have been scheduled.

For example, if I have a TODO whose deadline is 7 days in the future,
but I have scheduled to do it two days in the future, I don't want to
see it in my daily agenda for today or tomorrow.  Scheduling it has
committed me to do it two days from now, so I don't want to clutter up
my agenda view today.

This seems like almost the opposite of
org-agenda-skip-scheduled-if-deadline-is-shown.

I have looked at some examples, but I'm not finding the answer.  It
seems like the skip-if stuff can only test the org item, not the org
item in a particular context (i.e., what I want is something like skip
this if it's got a deadline and a scheduled time and this org agenda
line is before the scheduled time).

I will have a look in the source for
org-agenda-skip-scheduled-if-deadline-is- shown and can probably reverse
engineer that to do what I want, but I thought I'd see if anyone has
already done this.

thanks,
r

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Skipping deadlined items until scheduled day in agenda
  2010-02-17 15:20 Skipping deadlined items until scheduled day in agenda Robert Goldman
@ 2010-02-17 22:28 ` Carsten Dominik
  2010-02-17 22:42   ` Norbert Zeh
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2010-02-17 22:28 UTC (permalink / raw)
  To: rpgoldman; +Cc: Org Mode


On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote:

> I would like to be able to skip entries in a daily agenda view if they
> are being displayed because of the deadline, but they have been  
> scheduled.
>
> For example, if I have a TODO whose deadline is 7 days in the future,
> but I have scheduled to do it two days in the future, I don't want to
> see it in my daily agenda for today or tomorrow.  Scheduling it has
> committed me to do it two days from now, so I don't want to clutter up
> my agenda view today.
>
> This seems like almost the opposite of
> org-agenda-skip-scheduled-if-deadline-is-shown.

Almost, but not quite the opposite.

This can now be done using the variable
`org-agenda-skip-deadline-prewarning-if-scheduled'


HTH

- Carsten

>
> I have looked at some examples, but I'm not finding the answer.  It
> seems like the skip-if stuff can only test the org item, not the org
> item in a particular context (i.e., what I want is something like skip
> this if it's got a deadline and a scheduled time and this org agenda
> line is before the scheduled time).
>
> I will have a look in the source for
> org-agenda-skip-scheduled-if-deadline-is- shown and can probably  
> reverse
> engineer that to do what I want, but I thought I'd see if anyone has
> already done this.
>
> thanks,
> r
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Skipping deadlined items until scheduled day in agenda
  2010-02-17 22:28 ` Carsten Dominik
@ 2010-02-17 22:42   ` Norbert Zeh
  2010-02-17 22:44     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Norbert Zeh @ 2010-02-17 22:42 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik [2010.02.17 2328 +0100]:
>
> On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote:
>
>> I would like to be able to skip entries in a daily agenda view if they
>> are being displayed because of the deadline, but they have been  
>> scheduled.
>>
>> For example, if I have a TODO whose deadline is 7 days in the future,
>> but I have scheduled to do it two days in the future, I don't want to
>> see it in my daily agenda for today or tomorrow.  Scheduling it has
>> committed me to do it two days from now, so I don't want to clutter up
>> my agenda view today.
>>
>> This seems like almost the opposite of
>> org-agenda-skip-scheduled-if-deadline-is-shown.
>
> Almost, but not quite the opposite.
>
> This can now be done using the variable
> `org-agenda-skip-deadline-prewarning-if-scheduled'

This is excellent news.  Which version did introduce this?

Thanks,
Norbert

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Skipping deadlined items until scheduled day in agenda
  2010-02-17 22:42   ` Norbert Zeh
@ 2010-02-17 22:44     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-02-17 22:44 UTC (permalink / raw)
  To: Norbert Zeh; +Cc: emacs-orgmode

Git master for now, will eventually be in release 6.35, but that may  
still be some time away.

- Carsten

On Feb 17, 2010, at 11:42 PM, Norbert Zeh wrote:

> Carsten Dominik [2010.02.17 2328 +0100]:
>>
>> On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote:
>>
>>> I would like to be able to skip entries in a daily agenda view if  
>>> they
>>> are being displayed because of the deadline, but they have been
>>> scheduled.
>>>
>>> For example, if I have a TODO whose deadline is 7 days in the  
>>> future,
>>> but I have scheduled to do it two days in the future, I don't want  
>>> to
>>> see it in my daily agenda for today or tomorrow.  Scheduling it has
>>> committed me to do it two days from now, so I don't want to  
>>> clutter up
>>> my agenda view today.
>>>
>>> This seems like almost the opposite of
>>> org-agenda-skip-scheduled-if-deadline-is-shown.
>>
>> Almost, but not quite the opposite.
>>
>> This can now be done using the variable
>> `org-agenda-skip-deadline-prewarning-if-scheduled'
>
> This is excellent news.  Which version did introduce this?
>
> Thanks,
> Norbert
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-17 22:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-17 15:20 Skipping deadlined items until scheduled day in agenda Robert Goldman
2010-02-17 22:28 ` Carsten Dominik
2010-02-17 22:42   ` Norbert Zeh
2010-02-17 22:44     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).