[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] need help with repeated tasks (won't reapeat)
From: |
Marco Wahl |
Subject: |
Re: [O] need help with repeated tasks (won't reapeat) |
Date: |
Sun, 19 Aug 2018 13:46:50 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Hi!
Gregor Zattler <address@hidden> writes:
> Dear org mode users, I have problems with a repeated task. I
> want to clean something round about every 60 days. I set up this
> task in order to monitor my cleaning:
>
>
> *** TODO Clean it
> DEADLINE:<2018-08-12 So +.60d -9d>
How about toggling the plus and the dot like so?
DEADLINE:<2018-10-18 .+60d -9d>
[...]
> But when I do a C-c C-t (org-agenda-todo) with point on the
> heading or on the corresponding line in the agenda, the task
> switches simply to DONE and that's it. It doesn't switch back to
> TODO, the deadline is not shifted:
[...]
Bye, Marco