kiwanami / emacs-calfw

A calendar framework for Emacs
1.17k stars 100 forks source link

Recurring events from org-agenda. #91

Open paynito opened 7 years ago

paynito commented 7 years ago

This org-agenda todo appears 3 times on the same Monday, instead of every Monday on my

`cfw:open-org-calendar

| | Monday | Tuesday

| |10:15 TODO...|
| |10:15 TODO...|
`

It shows correctly in org-agenda, but not in calfw. Do I have the recurring syntax wrong?

`## todo.org

rosslaird commented 7 years ago

I use the org-class syntax for repeating events, and they show up as intended:

%%(org-class 2017 1 4 2017 4 7 3 7) 04:00pm-06:50pm Math Class

(More details about org-class here.)

bwinkler commented 7 years ago

I'm having the same issue. If you have a recurring task that would recur X times in the displayed date range, then calfw is displaying X events all on the day the task was originally deadlined/scheduled set for.

When I switch the task to a regular timestamp, (not a DEADLINE or SCHEDULED), then the events are distributed correctly over the given days.

MarcinWieczorek commented 2 years ago

Hi, I've ran into this issue too.

ghost commented 2 years ago

me too