* Don't show future TODO items in the agenda
@ 2012-07-09 2:09 mrigetitdone
2012-07-12 7:43 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: mrigetitdone @ 2012-07-09 2:09 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I have a bunch of TODO items, each with a timestamp, which I would like to not being displayed in the agenda if the day of their timestamp/schedule is in the future.
Is there a special property that I can attach to these TODO items which achieves what I want?
-- Mark
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Don't show future TODO items in the agenda
2012-07-09 2:09 mrigetitdone
@ 2012-07-12 7:43 ` Bastien
2012-07-16 13:09 ` Christopher J. White
0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2012-07-12 7:43 UTC (permalink / raw)
To: mrigetitdone; +Cc: emacs-orgmode
mrigetitdone@Safe-mail.net writes:
> I have a bunch of TODO items, each with a timestamp, which I would like to
> not being displayed in the agenda if the day of their timestamp/schedule is
> in the future.
Can you share an example of .org file along with the custom agenda
command (or the default agenda view) you are using?
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Don't show future TODO items in the agenda
2012-07-12 7:43 ` Bastien
@ 2012-07-16 13:09 ` Christopher J. White
0 siblings, 0 replies; 5+ messages in thread
From: Christopher J. White @ 2012-07-16 13:09 UTC (permalink / raw)
To: emacs-orgmode
Hi Mark and Bastien,
I have also been interested in this sort of functionality. This message
made me dig a little and I think it's covered by the following:
(setq org-agenda-todo-ignore-scheduled 'future)
Basically, a global TODO list, but don't tell me about stuff that isn't
due yet.
...cj
On 7/12/12 3:43 AM, Bastien wrote:
> mrigetitdone@Safe-mail.net writes:
>
> > I have a bunch of TODO items, each with a timestamp, which I would
> like to
> > not being displayed in the agenda if the day of their
> timestamp/schedule is
> > in the future.
>
> Can you share an example of .org file along with the custom agenda
> command (or the default agenda view) you are using?
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Don't show future TODO items in the agenda
@ 2012-07-18 18:29 mrigetitdone
2012-08-04 8:34 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: mrigetitdone @ 2012-07-18 18:29 UTC (permalink / raw)
To: bzg; +Cc: emacs-orgmode
> mrigetitdone@Safe-mail.net writes:
>
> > I have a bunch of TODO items, each with a timestamp, which I would like to
> > not being displayed in the agenda if the day of their timestamp/schedule is
> > in the future.
>
> Can you share an example of .org file along with the custom agenda
> command (or the default agenda view) you are using?
Sorry, I am on the road and have no access to my org files. I use the default agenda M-o a a, and regular entries.
This could be one of my entries.
*** TODO make backups
SCHEDULED: <2012-07-21 Sat .+10d>
I want to show this item in my agenda only if this task is either due or overdue. When I generate a agenda starting from today, spawning two weeks, I do not want to be reminded that I'd need to take backups in 7 days. I only want to be reminded if I actually have to make backups today.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Don't show future TODO items in the agenda
2012-07-18 18:29 Don't show future TODO items in the agenda mrigetitdone
@ 2012-08-04 8:34 ` Bastien
0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2012-08-04 8:34 UTC (permalink / raw)
To: mrigetitdone; +Cc: emacs-orgmode
mrigetitdone@Safe-mail.net writes:
> Sorry, I am on the road and have no access to my org files. I use the default agenda M-o a a, and regular entries.
>
> This could be one of my entries.
>
> *** TODO make backups
> SCHEDULED: <2012-07-21 Sat .+10d>
>
> I want to show this item in my agenda only if this task is either due or
> overdue.
As Christopher J. White suggested:
(setq org-agenda-todo-ignore-scheduled 'future)
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-04 8:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 18:29 Don't show future TODO items in the agenda mrigetitdone
2012-08-04 8:34 ` Bastien
-- strict thread matches above, loose matches on Subject: below --
2012-07-09 2:09 mrigetitdone
2012-07-12 7:43 ` Bastien
2012-07-16 13:09 ` Christopher J. White
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.