[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iCalendar-import-file creating bad sexp?
From: |
Glenn Morris |
Subject: |
Re: iCalendar-import-file creating bad sexp? |
Date: |
Fri, 27 Mar 2009 15:07:59 -0700 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Paul Mead wrote:
> &%%(and (diary-cyclic 0 16 2 2009)) 08:30-09:30 Daily review
The `and' is redundant, but that does not matter.
This entry means: an appointment starting on 16 February 2009 (assuming
you use the European calendar style, otherwise it is broken), repeating
every 0 days.
The 0 is nonsensical - change it to whatever positive integer it should
be.
If you can isolate the iCalendar entry that results in that entry when
processed by icalendar-import-file, you may wish to report it with M-x
report-emacs-bug.