emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] iCal Export UID only Headline


From: David A. Gershman
Subject: [Orgmode] iCal Export UID only Headline
Date: Thu, 30 Jul 2009 12:55:16 -0700 (PDT)

Hello,

I just attempted to export my agenda as an .ics and found an entry
scheduled for only Monday when I have dates in my org file for all 5
days of the week.  My org file has:

**** Plan Tomorrow
     <2009-06-15 Mon 17:00-18:00 +1w>
     <2009-06-16 Tue 17:00-18:00 +1w>
     <2009-06-17 Wed 17:00-18:00 +1w>
     <2009-06-18 Thu 17:00-18:00 +1w>
     <2009-06-19 Fri 17:00-18:00 +1w>

This results in the "Plan Tomorrow" entry in the agenda for all 5 days.
 However, when exporting to .ics, all of these are exported BUT they
have the same UID.  As a result, my Calendar Program (Mozilla Lightning
via Thunderbird) considers them errors.

So I changed the Org-Tree to:
**** Plan Tomorrow
     <2009-06-15 Mon 17:00-18:00 +1w>
**** Plan Tomorrow
     <2009-06-16 Tue 17:00-18:00 +1w>
**** Plan Tomorrow
     <2009-06-17 Wed 17:00-18:00 +1w>
**** Plan Tomorrow
     <2009-06-18 Thu 17:00-18:00 +1w>
**** Plan Tomorrow
     <2009-06-19 Fri 17:00-18:00 +1w>

And when I export to .ics, this is what I get for the UID properties:

**** Plan Tomorrow
     :PROPERTIES:
     :ID:      
address@hidden
     :END:
     <2009-06-15 Mon 17:00-18:00 +1w>
**** Plan Tomorrow
     :PROPERTIES:
     :ID:      
address@hidden
     :END:
     <2009-06-16 Tue 17:00-18:00 +1w>
**** Plan Tomorrow
     :PROPERTIES:
     :ID:      
address@hidden
     :END:
     <2009-06-17 Wed 17:00-18:00 +1w>
**** Plan Tomorrow
     :PROPERTIES:
     :ID:      
address@hidden
     :END:
     <2009-06-18 Thu 17:00-18:00 +1w>
**** Plan Tomorrow
     :PROPERTIES:
     :ID:      
address@hidden
     :END:
     <2009-06-19 Fri 17:00-18:00 +1w>

Notice the "UID" is the same for T, W, & Th.  

Ideas?

----------------------------------------
David A. Gershman
address@hidden
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman




reply via email to

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