emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Setting recurring deadlines


From: Nick Dokos
Subject: Re: [Orgmode] Re: Setting recurring deadlines
Date: Mon, 09 Feb 2009 17:32:04 -0500

Tassilo Horn <address@hidden> wrote:

> Manish <address@hidden> writes:
> 
> >> I am having trouble with something pretty basic. I am trying to setup
> >> a recurring deadline on the last day of every month. However, when I
> >> set it as <2009-02-28 +1m>, the next deadline shows up at 2009-03-28,
> >> rather than 31st March.
> >>
> >> I don't use appt/diary. Is there a way to do this in org-mode?
> >
> > Currently not possible to the best of my knowledge.  IMHO, including
> > via diary seems to be a reasonable workaround.
> 
> I was curious how to get that done, but I couldn't find a diary for
> "each last day of a month" in diary, too.  "Each second thursday in a
> month" is on emacswiki, but all those complex dates I found are wired to
> a specific day of the week...
> 

"Bah, how hard can that be?" - famous last words, now eaten (I did choke
on them along the way) ...

Here's my attempt (tested *very* lightly):

&%%(let ((lastday (calendar-last-day-of-month (calendar-extract-month date)
                                              (calendar-extract-year date)))
         (day (calendar-extract-day date)))
        (= day lastday))         last day of month





reply via email to

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