From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: how to debug Archive view in custom agenda Date: Fri, 11 Apr 2014 12:26:27 -0400 Message-ID: <87fvljbznw.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYeHz-0001KZ-BS for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 12:26:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYeHr-0002Ns-OW for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 12:26:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:51462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYeHr-0002Nh-I0 for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 12:26:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WYeHp-0006YX-Jn for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 18:26:41 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2014 18:26:41 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2014 18:26:41 +0200 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: emacs-orgmode@gnu.org 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 think I saw a note on the ML that described this problem but I cannot find it now: anybody? Nick