emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Crni Gorac <cgorac@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: repetitive activity over a period of time, starting at the same time each day
Date: Fri, 06 Nov 2009 11:51:56 -0500	[thread overview]
Message-ID: <m2y6mj8ukz.fsf@fastmail.fm> (raw)
In-Reply-To: <c02b565a0911060210w13b4ed44yb4f9b5451aa8967f@mail.gmail.com> (Crni Gorac's message of "Fri, 6 Nov 2009 11:10:59 +0100")

Crni Gorac <cgorac@gmail.com> writes:

> How to specify a time interval for a TODO that will say span over two
> weeks, working days only, and that will start each day at 10am.  I
> tried with timestamps available in org-mode, as well as with Emacs
> diary timestamps, but to no avail.  Any suggestion?
>

You could use a diary sexp:

--8<---------------cut here---------------start------------->8---
* 10:00am Every weekday for two weeks
<%%(and (memq (calendar-day-of-week date) '(1 2 3 4 5)) (diary-block 11 9 2009 11 20 2009))>
--8<---------------cut here---------------end--------------->8---

- Matt

  parent reply	other threads:[~2009-11-06 16:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 10:10 repetitive activity over a period of time, starting at the same time each day Crni Gorac
2009-11-06 10:47 ` Stephan Schmitt
2009-11-06 16:51 ` Matt Lundin [this message]
2009-11-06 19:51   ` Crni Gorac
2009-11-07 18:37     ` Matt Lundin

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=m2y6mj8ukz.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=cgorac@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).