emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Oliver Charles <oliver.g.charles@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Repeating tasks with a time period?
Date: Thu, 13 Nov 2008 14:12:35 -0500	[thread overview]
Message-ID: <878wrn1luk.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <5641883d0811131051t61b15b5brf62111604aecc549@mail.gmail.com> (Oliver Charles's message of "Thu\, 13 Nov 2008 18\:51\:06 +0000")

"Oliver Charles" <oliver.g.charles@googlemail.com> writes:

> I'm starting to use org-mode more and more at the moment, and want to
> integrate my university schedule into my agenda, instead of
> maintaining 2 separate calendars.
>
> Here's an real-world example of what I'd like to do, I'm not sure it's
> possible with org-mode though...
>
> I have a CSC243 practical every Tuesday, at 1100-1300. It repeats
> weekly, starting on 28/10/2008 and the last one is on 16/12/2008. I
> can get it repeating weekly from this date with just a start time, but
> cannot work out how to repeat the time region.

,----[ university.org ]
| * Classes
| ** TODO CSC243 Practical
|    SCHEDULED: <2008-10-28 Tue 11:00-13:00 +1w> 
| 
`----

>
> Also, is there anyway to stop the repeating event when it gets to that
> date? If that's not possible, I don't mind having to go in and
> manually remove the event - most changes happen at the end of a term
> anyawy.

No, repeating items go on forever (as far as I know)

I normally deal with this with a second deadline item to kill the task.
Something like this:

,----[ university.org ]
| * Classes
| ** TODO CSC243 Practical
|    SCHEDULED: <2008-10-28 Tue 11:00-13:00 +1w> 
| *** TODO Task ends
|     DEADLINE: <2008-12-16 Tue -7d>
| 
`----

and then I just remove the +1w from the CSC243 task and mark it and the
deadline task as done.

I would also recommend putting these tasks in a separate org file and
just adding it to your agenda with C-c [.  Then it's easy to drop it
from the agenda in the future with C-c ].

HTH,
Bernt

  reply	other threads:[~2008-11-13 19:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-13 18:51 Repeating tasks with a time period? Oliver Charles
2008-11-13 19:12 ` Bernt Hansen [this message]
2008-11-13 19:24   ` Chris McMahan
2008-11-14  7:52     ` Carsten Dominik
2008-11-14 14:22       ` Chris McMahan

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=878wrn1luk.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=oliver.g.charles@googlemail.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 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).