On 2014-04-11 at 18:26, Nick Dokos wrote: > Ken Mankoff <mank...@gmail.com> writes: > >> when I try to view the Archive (v A) in my custom agenda view, I get an >> error: >> >> Rebuilding agenda buffer... >> org-refresh-properties: Wrong type argument: integer-or-marker-p, nil >> >> When I view Archive in the timeline for a single Org file (C-c a L v A) >> it works just fine. >> >> How do I debug the above message to determine what might be the cause of >> the error? >> > > (setq debug-on-error t) > > try the v A again and send in the backtrace. >
I can send the backtrace if you want, but I figure it out. I had an " :Effort: :15" in an archive file which was causing the problem. Not sure why. Perhaps it needed to be 00:15? Anyway, I just removed it and it works again. Thank you, -k.