From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/users/--------/documents/store/.emacs.d/elpa/org-20121231/)] Date: Thu, 03 Jan 2013 17:20:51 -0500 Message-ID: <13250.1357251651@alphaville> References: <12001.1357242515@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqt9j-0001wU-T1 for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 17:20:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqt9i-0000UT-Qb for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 17:20:55 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:14144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqt9i-0000Ty-M0 for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 17:20:54 -0500 In-Reply-To: Message from Nick Dokos of "Thu, 03 Jan 2013 14:48:35 EST." <12001.1357242515@alphaville> 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 Cc: "Andrews, Kyle (KC)" , "emacs-orgmode@gnu.org" Nick Dokos wrote: > Andrews, Kyle (KC) wrote: > > > > Maybe it is related to this issue? > > > > http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00310.html > > > > I'd say probably not. > Well, looking at it some more, you may very well be right: org-get-category is saving match data now after the fix in the above message, but perhaps some other call is not. Nick