emacs-calfw
emacs-calfw copied to clipboard
Recurring events from org-agenda.
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
- Appointments #+CATEGORY:Appointment ** Classes: *** TODO Yoga SCHEDULED: <2016-10-31 10:15-11:45 Mon +1w> `
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.)
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.
Hi, I've ran into this issue too.
me too