emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Repeated tasks marked as DONE
@ 2016-01-27 12:13 Tomasz Piotrowski
  2016-01-27 12:37 ` Myles English
  0 siblings, 1 reply; 4+ messages in thread
From: Tomasz Piotrowski @ 2016-01-27 12:13 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I have a simple question, yet couldn't find an equally simple answer to
it. Namely, if I set a repeated task (everyday, say), the agenda
shows this tasks _for all days_, even in the past.

How can I mark a repeated task DONE if it is completed for a given day,
while keeping it as TODO for the future?

Kind regards,

Tomasz Piotrowski

-- 
Sent with my mu4e

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

* Re: Repeated tasks marked as DONE
  2016-01-27 12:13 Repeated tasks marked as DONE Tomasz Piotrowski
@ 2016-01-27 12:37 ` Myles English
  2016-01-27 12:47   ` Myles English
  0 siblings, 1 reply; 4+ messages in thread
From: Myles English @ 2016-01-27 12:37 UTC (permalink / raw)
  To: Tomasz Piotrowski; +Cc: emacs-orgmode


Hello Tomasz,

Tomasz Piotrowski writes:

> I have a simple question, yet couldn't find an equally simple answer to
> it. Namely, if I set a repeated task (everyday, say), the agenda
> shows this tasks _for all days_, even in the past.
>
> How can I mark a repeated task DONE if it is completed for a given day,
> while keeping it as TODO for the future?

This is what works for me, the last_repeat property seams to enable the
behaviour you describe, the logbook is something extra I vaguely
remember setting up:

* TODO Put recycle bin out
 SCHEDULED: <2016-01-28 Thu +2w>
:PROPERTIES:
:LAST_REPEAT: [2016-01-16 Sat 13:10]
:END:
:LOGBOOK:
- State "DONE"       from "TODO"       [2016-01-16 Sat 13:10]
- State "DONE"       from "TODO"       [2016-01-02 Sat 17:41]
- State "DONE"       from "TODO"       [2015-12-21 Mon 16:22]
:END:

Myles

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

* Re: Repeated tasks marked as DONE
  2016-01-27 12:37 ` Myles English
@ 2016-01-27 12:47   ` Myles English
  2016-01-28  7:58     ` Tomasz Piotrowski
  0 siblings, 1 reply; 4+ messages in thread
From: Myles English @ 2016-01-27 12:47 UTC (permalink / raw)
  To: Tomasz Piotrowski; +Cc: emacs-orgmode


Myles English writes:

> Hello Tomasz,
>
> Tomasz Piotrowski writes:
>
>> I have a simple question, yet couldn't find an equally simple answer to
>> it. Namely, if I set a repeated task (everyday, say), the agenda
>> shows this tasks _for all days_, even in the past.
>>
>> How can I mark a repeated task DONE if it is completed for a given day,
>> while keeping it as TODO for the future?
>
> This is what works for me, the last_repeat property seams to enable the
> behaviour you describe, the logbook is something extra I vaguely
> remember setting up:
>
> * TODO Put recycle bin out
>  SCHEDULED: <2016-01-28 Thu +2w>
> :PROPERTIES:
> :LAST_REPEAT: [2016-01-16 Sat 13:10]
> :END:
> :LOGBOOK:
> - State "DONE"       from "TODO"       [2016-01-16 Sat 13:10]
> - State "DONE"       from "TODO"       [2016-01-02 Sat 17:41]
> - State "DONE"       from "TODO"       [2015-12-21 Mon 16:22]
> :END:

And see also the variable org-agenda-repeating-timestamp-show-all.
(Having read the available help, don't quite understand way it working
for me...)

Myles

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

* Re: Repeated tasks marked as DONE
  2016-01-27 12:47   ` Myles English
@ 2016-01-28  7:58     ` Tomasz Piotrowski
  0 siblings, 0 replies; 4+ messages in thread
From: Tomasz Piotrowski @ 2016-01-28  7:58 UTC (permalink / raw)
  To: Myles English; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]

Hi Myles,

Thanks a lot for your help. I also do not quite understand the way it
works, and I hope there must be a simpler way to mark previous occurrences
as "DONE", while those in the future as "TO DO", for a given reccurring
event.

If something else is available, please advise.

Kind regards,

Tomasz

2016-01-27 13:47 GMT+01:00 Myles English <mylesenglish@gmail.com>:

>
> Myles English writes:
>
> > Hello Tomasz,
> >
> > Tomasz Piotrowski writes:
> >
> >> I have a simple question, yet couldn't find an equally simple answer to
> >> it. Namely, if I set a repeated task (everyday, say), the agenda
> >> shows this tasks _for all days_, even in the past.
> >>
> >> How can I mark a repeated task DONE if it is completed for a given day,
> >> while keeping it as TODO for the future?
> >
> > This is what works for me, the last_repeat property seams to enable the
> > behaviour you describe, the logbook is something extra I vaguely
> > remember setting up:
> >
> > * TODO Put recycle bin out
> >  SCHEDULED: <2016-01-28 Thu +2w>
> > :PROPERTIES:
> > :LAST_REPEAT: [2016-01-16 Sat 13:10]
> > :END:
> > :LOGBOOK:
> > - State "DONE"       from "TODO"       [2016-01-16 Sat 13:10]
> > - State "DONE"       from "TODO"       [2016-01-02 Sat 17:41]
> > - State "DONE"       from "TODO"       [2015-12-21 Mon 16:22]
> > :END:
>
> And see also the variable org-agenda-repeating-timestamp-show-all.
> (Having read the available help, don't quite understand way it working
> for me...)
>
> Myles
>
>

[-- Attachment #2: Type: text/html, Size: 2289 bytes --]

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

end of thread, other threads:[~2016-01-28  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27 12:13 Repeated tasks marked as DONE Tomasz Piotrowski
2016-01-27 12:37 ` Myles English
2016-01-27 12:47   ` Myles English
2016-01-28  7:58     ` Tomasz Piotrowski

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).