all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: Ukhara Arahku <ukhara@gmail.com>
Cc: Memnon Anon <gegendosenfleisch@googlemail.com>,
	Org Mode <emacs-orgmode@gnu.org>
Subject: Re: How to set up a recurring task wich is automatically set on done
Date: Sat, 10 Nov 2012 20:04:50 +0100	[thread overview]
Message-ID: <CALn3zoidDjTayLhNJUUkStPisJC9UkpLAhHjGXdHw0P7FOKbgQ@mail.gmail.com> (raw)
In-Reply-To: <CAA3wH_x5CzbYBXW_Ew3VYYP2cA+_d+omj+qvu3aLdHRL3R5Cig@mail.gmail.com>

Hi Ukhara

On Sat, Nov 10, 2012 at 2:29 PM, Ukhara Arahku <ukhara@gmail.com> wrote:
> 2012/11/10 Memnon Anon <gegendosenfleisch@googlemail.com>
>> [...]
>>   DEADLINE: <2012-11-11 So ++2w -2d>
>> [...]

> In this special issue I have to do a report every two weeks and the agenda
> should only remember myself; in case the date passed, it doesn't matter:
> the status should change for a fortnight to DONE
>
> I don't want to have list of items in the agenda, which are always done and
> I have to change manually the status.

Maybe you want to use

* TODO task
  <2012-11-23 Fri ++2w>

or if you really don’t want to look ahead in the agenda and really
want the reminders on the two days before

* TODO task (due on Fri)
  <2012-11-21 Wed ++2w>
  <2012-11-22 Thu ++2w>
  <2012-11-23 Fri ++2w>

which will shift all three timestamps synchronously when set to DONE.

This can even be used without TODO when there is no need for the
possibility of getting the task out of the way when it’s done before
it’s overdue.

Michael

  reply	other threads:[~2012-11-10 19:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09 15:39 How to set up a recurring task wich is automatically set on done Ukhara Arahku
2012-11-10 10:09 ` Memnon Anon
2012-11-10 13:29   ` Ukhara Arahku
2012-11-10 19:04     ` Michael Brand [this message]
2012-11-10 22:44       ` Ukhara Arahku

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALn3zoidDjTayLhNJUUkStPisJC9UkpLAhHjGXdHw0P7FOKbgQ@mail.gmail.com \
    --to=michael.ch.brand@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=gegendosenfleisch@googlemail.com \
    --cc=ukhara@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.