emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Recurrence on Monday, Wednesday and Friday


From: Bastien
Subject: Re: [Orgmode] Recurrence on Monday, Wednesday and Friday
Date: Sun, 14 Oct 2007 03:18:01 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Cecil Westerhof <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]