Re: [O] Repeat every X business days and every Xth day-of-the-week

2012-03-18 Thread Bernt Hansen
Jay McCarthy writes: > I wish that I could write +1bd on a repeating tasks so that it skips > from Friday to Monday. > > I looked into implementing this myself, but there are a lot of places > (29) where the regexp [dwmy] is used and it scares me off because I > think I'll break something. It alm

Re: [O] Repeat every X business days and every Xth day-of-the-week

2012-03-18 Thread Bernt Hansen
Nick Dokos writes: > Jay McCarthy wrote: > >> ... >> I also wish that I could specify in some way that an event happens >> every third Thursday of the month or on the first and third Wednesdays >> (when my recycling cans are picked up). I don't know of a good way to >> fit that into the current

Re: [O] Repeat every X business days and every Xth day-of-the-week

2012-03-17 Thread Nick Dokos
Jay McCarthy wrote: > ... > I also wish that I could specify in some way that an event happens > every third Thursday of the month or on the first and third Wednesdays > (when my recycling cans are picked up). I don't know of a good way to > fit that into the current annotation scheme of + and +

[O] Repeat every X business days and every Xth day-of-the-week

2012-03-17 Thread Jay McCarthy
Dear org-mode developers, I wish that I could write +1bd on a repeating tasks so that it skips from Friday to Monday. I looked into implementing this myself, but there are a lot of places (29) where the regexp [dwmy] is used and it scares me off because I think I'll break something. It almost see