Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Carsten Dominik
On Oct 4, 2011, at 1:42 PM, Karl Voit wrote: > * Jambunathan K wrote: >> A simple M-x grep-find on .org files for the year should work. >>> >>> I do not know the year. >> >> That is what regexps are for. > [...] >> It is not my intention to provide you with a outright solution but only

Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Karl Voit
Hi Carsten! * Carsten Dominik wrote: > > I have no general method. However, you can do this: > > 1. On the "Options" menu, switch "Enter debug on error" on. > 2. Run your agenda to hit the error. A buffer with the backtrace >pops open. > 3. Press > > e (current-buffer) RET > > to l

Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Karl Voit
* Jambunathan K wrote: > >>> A simple M-x grep-find on .org files for the year should work. >> >> I do not know the year. > > That is what regexps are for. [...] > It is not my intention to provide you with a outright solution but only > to give sufficient hints so that you make progress. :-) T

Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Carsten Dominik
On Oct 3, 2011, at 1:50 PM, Karl Voit wrote: > Hi! > > * Jambunathan K wrote: >> Karl Voit writes: >> >>> When I get «Specified time is not representable» while creating the >>> Agenda view, I want to get more information *where* the problem is. >>> >>> I found [1] and following and so I got

Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Jambunathan K
>> A simple M-x grep-find on .org files for the year should work. > > I do not know the year. That is what regexps are for. If you visit the org file and do M-x occur RET [<[]19[0-7][0-9] RET you are likely to find all entries in the 1900 and 1979 range. It is not my intention to provide you

Re: [O] How to debug "Specified time is not representable"

2011-10-03 Thread Karl Voit
Hi! * Jambunathan K wrote: > Karl Voit writes: > >> When I get «Specified time is not representable» while creating the >> Agenda view, I want to get more information *where* the problem is. >> >> I found [1] and following and so I got it that there is no way of >> managing timestamps before 197

Re: [O] How to debug "Specified time is not representable"

2011-09-30 Thread Nick Dokos
Karl Voit wrote: > Hi! > > When I get «Specified time is not representable» while creating the > Agenda view, I want to get more information *where* the problem is. > > I found [1] and following and so I got it that there is no way of > managing timestamps before 1970 :-( > Not quite true: Ca

Re: [O] How to debug "Specified time is not representable"

2011-09-30 Thread Jambunathan K
Karl Voit writes: > Hi! > > When I get «Specified time is not representable» while creating the > Agenda view, I want to get more information *where* the problem is. > > I found [1] and following and so I got it that there is no way of > managing timestamps before 1970 :-( > > Is there a way to g

[O] How to debug "Specified time is not representable"

2011-09-30 Thread Karl Voit
Hi! When I get «Specified time is not representable» while creating the Agenda view, I want to get more information *where* the problem is. I found [1] and following and so I got it that there is no way of managing timestamps before 1970 :-( Is there a way to get to the problematic time stamp?