From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Recurrence on Monday, Wednesday and Friday
Date: Sun, 14 Oct 2007 03:18:01 +0100 [thread overview]
Message-ID: <87ve9a30di.fsf@bzg.ath.cx> (raw)
In-Reply-To: <1192312729.5331.32.camel@barebusta> (Cecil Westerhof's message of "Sat, 13 Oct 2007 23:58:49 +0200")
Cecil Westerhof <CecilWesterhof@xs4all.nl> writes:
> But I want something to reoccur every Monday, Wednesday and Friday. Is
> this possible, or do I need to generate three different entries?
Look here: (info "(Org)Time Stamps")
,----[ TIME STAMP WITH REPEATER INTERVAL ]
| A time stamp may contain a _repeater interval_, indicating that it
| applies not only on the given date, but again and again after a
| certain interval of N days (d), weeks (w), months(m), or years(y).
`----
This task will appear on monday, wednesday, friday, each week starting
from this week:
,----
| * Pick up Sam at school
| <2005-05-16 lun +1w>
| <2007-05-16 Wed +1w>
| <2007-05-18 ven +1w>
`----
You can also use diary-float:
,----[ DIARY-STYLE SEXP ENTRIES ]
| For more complex date specifications, Org-mode supports using the
| special sexp diary entries implemented in the Emacs calendar/diary
| package. For example
|
| * The nerd meeting on every 2nd Thursday of the month
| <%%(diary-float t 4 2)>
`----
HTH,
--
Bastien
prev parent reply other threads:[~2007-10-14 1:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-13 21:58 Recurrence on Monday, Wednesday and Friday Cecil Westerhof
2007-10-14 1:03 ` John Wiegley
2007-10-14 6:14 ` Carsten Dominik
2007-10-14 10:51 ` John Wiegley
2007-10-14 2:18 ` Bastien [this message]
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=87ve9a30di.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--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).