Cecil Westerhof <[EMAIL PROTECTED]> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to