Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread David Engster
Nicolas Goaziou writes: > David Engster writes: > >> I'm actually not sure what org-element is capable of nowadays. What I'd >> like to have is a way to parse entries into a structure > > See `org-element-parse-buffer'. > >> which lets me access certain elements of the entry, like headline, >> tim

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread Nicolas Goaziou
David Engster writes: > I'm actually not sure what org-element is capable of nowadays. What I'd > like to have is a way to parse entries into a structure See `org-element-parse-buffer'. > which lets me access certain elements of the entry, like headline, > timestamps, properties, body text, etc

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread David Engster
Nicolas Goaziou writes: > David Engster writes: > >> It's these multitude of timestamp locations which makes changing the >> timestamp of an existing entry through Elisp so tedious (I had to deal >> with that in org-caldav) > > The number of locations may be daunting but all of them make sense > a

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread Nick Dokos
Nicolas Goaziou writes: > David Engster writes: > >> Yes, I could do that for my specific setup. But it would be nice if this >> stuff could "just work", so that things like Outlook calendar invites >> can be directly exported to .ics. > > AFAIU, we're talking about a third-party package which i

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread Nicolas Goaziou
David Engster writes: > It's these multitude of timestamp locations which makes changing the > timestamp of an existing entry through Elisp so tedious (I had to deal > with that in org-caldav) The number of locations may be daunting but all of them make sense actually. Also, I don't think it is

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread David Engster
Nicolas Goaziou writes: > David Engster writes: >> I mean, those entries show up in the agenda, so I found it rather >> surprising that they are completely ignored by the exporter. > > This is an agenda bug, which probably use a regexp to find timestamps. > But timestamps in properties are not val

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread Nicolas Goaziou
David Engster writes: > Yes, I could do that for my specific setup. But it would be nice if this > stuff could "just work", so that things like Outlook calendar invites > can be directly exported to .ics. AFAIU, we're talking about a third-party package which implements its own UI. We cannot sup

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread David Engster
Nicolas Goaziou writes: > David Engster writes: >> These entries show up in the agenda just fine, but the icalendar >> exporter does not export it because the timestamp is in the properties >> (the gnus-icalendar package puts it there so that you can easily change >> it if the organizer decides to

Re: [O] Timestamps in properties not exported by icalendar exporter

2014-02-22 Thread Nicolas Goaziou
Hello, David Engster writes: > I have the problem that a certain kind Org entries is not exported by > the icalendar exporter, namely those created by the gnus-icalendar > package. > > This package creates Org entries from calendar invites in the following > way (I've omitted some of the propert