Re: [Orgmode] Un-SCHEDULING isn't working for me :-(

2008-02-04 Thread Carsten Dominik
On Feb 4, 2008, at 12:12 AM, Pete Phillips wrote: I am trying to Un-Schedule something. In the *Org Agenda* buffer I press: C-u C-c C-s the buffer says: "Item is no longer Scheduled" but when I regenerate the buffer, it still has the scheduling information. The line look

Re: [Orgmode] Re: Remember and then refile

2008-02-04 Thread Carsten Dominik
On Feb 1, 2008, at 12:21 AM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jan 18, 2008, at 11:19 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: This wi

[Orgmode] Re: Strange bug, request for more info

2008-02-04 Thread Ivan Kanis
Carsten Dominik <[EMAIL PROTECTED]> writes: > The bug happens when being in the agenda and trying to goto or show > the origin location of an agenda entry by pressing SPC or RET. > John reports that sometimes (for him several times a day), Hi Carsten, I have seen the bug and never thought much o

[Orgmode] repeating events in icalendar export

2008-02-04 Thread Austin Frank
Hello! I'm wondering whether it's possible for active timestamps with repeater information to exported as repeating events using org-export-icalendar-*. I have a buffer with an entry like this: #v+ * Weekly meeting <2008-02-01 14:00-16:00 +1w> #v- When I call org-export-icalendar-this-file,

Re: [Orgmode] repeating events in icalendar export

2008-02-04 Thread Carsten Dominik
Hi Austin, This works just fine for me, using ical on the MAC. The VCALENDA entry I get from exorting this is BEGIN:VEVENT DTSTART:20080201T14 DTEND:20080201T16 RRULE:FREQ=WEEKLY;INTERVAL=1 SUMMARY:Weekly meeting DESCRIPTION: <2008-02-01 14:00-16:00 +1w>\n CATEGORIES:gtd END:VEVENT -