emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug: org-diary-class does not export to .ics (iCalendar)


From: Carsten Dominik
Subject: Re: [Orgmode] Bug: org-diary-class does not export to .ics (iCalendar)
Date: Mon, 7 Jun 2010 05:40:01 +0200


On Jun 7, 2010, at 1:46 AM, Daniel Martins wrote:

I am syncing Google Calendar with with GCalDaemon and then I noticed that org-diary-class is completely ignored by the ics export function


Eg
****** 16:00-18:00 Class B5
     <%%(org-diary-class  7 6 2010 10 9 2010 1 24 25)>


Does not appear in the organizer.ics as expected

Hi Daniel,

there is a double problem here.

1. unfortunately, sexps in time stamps like this are not supported by Org.
   You'd have to write it like this:

      ****** 16:00-18:00 Class B5
      %%(org-diary-class  7 6 2010 10 9 2010 1 24 25)

   which would still be possible in this case.

2. However, icalendar.el does not have support for org-diary-class.

So I do not have a solution for you..

- Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]