From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: how to debug Archive view in custom agenda Date: Fri, 11 Apr 2014 18:46:18 +0200 Message-ID: References: <87fvljbznw.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYeb2-0005L9-Ns for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 12:46:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYeat-0000N3-Mt for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 12:46:32 -0400 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:56853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYeat-0000Mt-G7 for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 12:46:23 -0400 Received: by mail-lb0-f172.google.com with SMTP id c11so3715573lbj.31 for ; Fri, 11 Apr 2014 09:46:22 -0700 (PDT) In-reply-to: <87fvljbznw.fsf@alphaville.bos.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: emacs-orgmode@gnu.org On 2014-04-11 at 18:26, Nick Dokos wrote: > Ken Mankoff 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.