Re: [O] [OT] Org spotted in the wild

2012-09-17 Thread Toke Høiland-Jørgensen
"Loris Bennett" writes: > While looking for a solution to the problem of emacs hanging if the SSH > connection to remote files goes down Did you find one (a solution, that is)? This has been bothering me for a while as well... -Toke -- Toke Høiland-Jørgensen t...@toke.dk

Re: [O] [OT] Org spotted in the wild

2012-09-17 Thread Toke Høiland-Jørgensen
se... But thanks anyway, and that SSH productivity thing does seem to be useful. :) -Toke -- Toke Høiland-Jørgensen t...@toke.dk

Re: [O] [OT] Org spotted in the wild

2012-09-18 Thread Toke Høiland-Jørgensen
age as well? -Toke -- Toke Høiland-Jørgensen t...@toke.dk

[O] Adding support for limits and exclusions to iCal recurring events

2013-07-08 Thread Toke Høiland-Jørgensen
Hi I've been wanting to have support for exporting recurring events to iCal while limiting the number of repetitions, as well as excluding dates. The patch below is my attempt to add this functionality. However, I'm in doubt as to whether or not this is the right way to go about it (parsing dates

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-22 Thread Toke Høiland-Jørgensen
Nicolas Goaziou writes: > I think EXCLUDE property is a good idea, but I may be renamed to > ICALENDAR_EXCLUDE until it is also handled by Org Agenda, if it ever > happens. It also needs to be documented in the manual. Handling it in the agenda can be done by an exclusion function. I currently h

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-24 Thread Toke Høiland-Jørgensen
Michael Brand writes: > When implementing this, consider also whether the END_DATE should be > an agenda entry on its own and of which kind, warning period etc. I > tried to make an example that shows this issue. Adding to this, as mentioned previously, I interpret the iCal standard to really pe

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-27 Thread Toke Høiland-Jørgensen
Nicolas Goaziou writes: > I think it would be less ambiguous to use ICALENDAR_UNTIL (or UNTIL), > and apply RFC 5545: Ah, that specifies it nicely, thanks (and that was what I was (trying to) do with the patch). That would mean exporting the time as well as the date for end times (and calling th