[Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-29 Thread Matt Lundin
Carl Bolduc writes: > I have a TODO that is repeating every day like this: > DEADLINE: <2011-01-29 Tue +1d> > > Currently, I see this item on every future days in the agenda. > > Would there be a way to see this TODO on the day that it is due (today) > and on the past days where this TODO wasn't

[Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-30 Thread Detlef Steuer
On Sat, 29 Jan 2011 15:22:32 -0500 Jeff Horn wrote: > On Sat, Jan 29, 2011 at 3:08 PM, Matt Lundin wrote: > > (setq org-agenda-repeating-timestamp-show-all nil) > > Matt, > > Is there a way to set this on a per-todo basis? I want some repeating > items (e.g. class schedules) to repeat, but not

[Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-03 Thread Detlef Steuer
On Wed, 02 Feb 2011 19:35:52 +0100 Bastien wrote: > Hi Jeff, > > Jeff Horn writes: > > > I like this change. But for me, when I mark a repeating task with the > > keyword "APPT" as DONE, the task is re-scheduled with the TODO keyword > > instead of APPT. It usually isn't a big deal, but I mean

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-29 Thread Jeff Horn
On Sat, Jan 29, 2011 at 3:08 PM, Matt Lundin wrote: > (setq org-agenda-repeating-timestamp-show-all nil) Matt, Is there a way to set this on a per-todo basis? I want some repeating items (e.g. class schedules) to repeat, but not others (like my daily review). Jeff -- Jeffrey Horn http://www.f

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-02 Thread Bastien
Detlef Steuer writes: > And if this is not currently possible, that would be a welcome > addition to org-mode's features! I definitely have use cases for such > a setting. The attached patch implements it. When org-agenda-repeating-timestamp-show-all is set to a list of TODO keywords, repeatin

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-02 Thread Jeff Horn
On Wed, Feb 2, 2011 at 4:39 AM, Bastien wrote: > Detlef Steuer writes: > >> And if this is not currently possible, that would be a welcome >> addition to org-mode's features!  I definitely have use cases for such >> a setting. > > The attached patch implements it. > > When org-agenda-repeating-ti

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-02 Thread Bastien
Hi Jeff, Jeff Horn writes: > I like this change. But for me, when I mark a repeating task with the > keyword "APPT" as DONE, the task is re-scheduled with the TODO keyword > instead of APPT. It usually isn't a big deal, but I means I can't use > the patch as intended. Have a look at `org-todo-r

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-02 Thread Jeff Horn
On Wed, Feb 2, 2011 at 1:35 PM, Bastien wrote: > Have a look at `org-todo-repeat-to-state': > > ,[ org-todo-repeat-to-state ] > | The TODO state to which a repeater should return the repeating task. > | By default this is the first task in a TODO sequence, or the previous state > | in a TODO_T

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-02-04 Thread Bastien
Bastien writes: > Detlef Steuer writes: > >> And if this is not currently possible, that would be a welcome >> addition to org-mode's features! I definitely have use cases for such >> a setting. > > The attached patch implements it. I've now merged this change. Thanks for those who tested it!