Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

no end times shown in cfw:details #95

Open
emacsomancer opened this Issue Mar 30, 2017 · 2 comments

Comments

Projects
None yet
2 participants

In cfw:details mode only start times are shown for events, but no end times. (This seems to be true both of .ical items, and .org items).

Owner

kiwanami commented Apr 1, 2017

Hi @emacsomancer
I checked the code and understood weird behavior.

If you use cfw:open-org-calendar, end-time can't be displayed. If you construct event sources with cfw:org-create-file-source, many org fields should be displayed. (but my sample org file raises an error.)

Although I'm not sure which is better way to collect org events, I think those functions be unified and all fields defined at cfw:event struct also be displayed according to customize variables cfw:event-format-xxx.

Hmm, we need org expert...

Sadly, I'm no org expert.

I was hoping to see if I couldn't hack in a way for calfw to show time blocks for events in the detail mode (like what google calendar has), but I realised I wasn't even able to see the end-times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment