Hi Karl, I am not able to reproduce this. I am getting
BEGIN:VEVENT UID: TS-13B9F6A7-BF2B-445C-84CA-7FB8ED15E0C1 DTSTART:20120320T080000 DTEND:20120320T093000 SUMMARY: Test CATEGORIES:x END:VEVENT BEGIN:VEVENT UID: TS-AF0458B6-C5D6-4419-9DBB-FAB0651EF870 DTSTART:20120320T081200 DTEND:20120320T131200 SUMMARY: Test CATEGORIES:x END:VEVENT Looks right to me. - Carsten On 20.3.2012, at 13:26, Karl Voit wrote: > * Carsten Dominik <carsten.domi...@gmail.com> wrote: >> I have just pushed the new version of this regexp into master. > > Very cool! > >> Karl, let me know if it fixes the issues you where having >> with writing agendas. > > My agenda looks fine. But generating the ics file still results in > events without the time information: > > ,----[ my function generating the ics ] > | (defun vk-export-agenda() > | "Exports monthly Org-mode agenda to agenda.ics file" > | (interactive) > | (org-agenda-list nil nil 60) > | (org-agenda-write "~/share/all/org-mode/agenda.ics") > | ) > `---- > > with: > > ,----[ example events ] > | ** <2012-03-20 8:00-9:30> Test > | :PROPERTIES: > | :CREATED: [2012-03-20 Tue 10:38] > | :END: > | > | ** <2012-03-20 8:12-13:12> Test > | :PROPERTIES: > | :CREATED: [2012-03-20 Tue 10:40] > | :END: > `---- > > results in: > > ,----[ ics result ] > | vk@gary ~all/org-mode (git)-[master] % grep -C 2 Test agenda.ics > | DTSTART;VALUE=DATE:20120320 > | DTEND;VALUE=DATE:20120320 > | SUMMARY: Test > | CATEGORIES:misc > | END:VEVENT > | -- > | DTSTART;VALUE=DATE:20120320 > | DTEND;VALUE=DATE:20120320 > | SUMMARY: Test > | CATEGORIES:misc > | END:VEVENT > | vk@gary ~all/org-mode (git)-[master] % > `---- > > -- > Karl Voit > >