emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Feature request: Periodic events based on count of specific we


From: Ben Finney
Subject: [Orgmode] Feature request: Periodic events based on count of specific weekdays (was: Monthly events based on count of specific weekdays)
Date: Fri, 20 Nov 2009 09:43:27 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Ben Finney <address@hidden> writes:

> […] “second Tuesday of the month” isn't niche, it is pretty common, I
> would have thought.

[…]

> > You'd have to ask Carsten to implement a new timestamp syntax. What
> > would you propose as a more readable designation?

How about a keyword that specifies the type of repeat being requested:

    <2009-10-13 Tue 14:00 +1m dow>
    Repeat each month, on the second Tuesday of the month. Calculated
    because this date is the second Tuesday of the month, and “dow” is
    the specified repeat type.

    <2009-10-13 Tue 14:00 +1m dom>
    Repeat each month, on the 13th day of the month. Calculated because
    this date is the 13th of the month, and “dom” is the specified
    repeat type.

    <2009-10-13 Tue 14:00 +1m>
    Repeat each month, on the 13th day of the month. Calculated because
    this date is the 13th of the month, and “dom” is the default repeat
    type.

This allows existing behaviour to be continued (“repeat on the same day
of the month”), preserves the default behaviour, and allows for other
repeat types to be added later without breaking existing timestamp data.

-- 
 \                    “He who laughs last, thinks slowest.” —anonymous |
  `\                                                                   |
_o__)                                                                  |
Ben Finney





reply via email to

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