From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien 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: Sat, 05 Jan 2013 12:00:18 +0100 Message-ID: <87623bdhdp.fsf@bzg.ath.cx> References: <87wqvtx4t6.fsf@bzg.ath.cx> <87a9spnesm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrRUG-0003Cg-BY for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 06:00:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrRUE-0001mS-3F for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 06:00:24 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:41889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrRUD-0001lx-K0 for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 06:00:22 -0500 Received: by mail-we0-f169.google.com with SMTP id t49so8696035wey.28 for ; Sat, 05 Jan 2013 03:00:18 -0800 (PST) In-Reply-To: (Kyle Andrews's message of "Fri, 4 Jan 2013 16:57:18 +0000") 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: "Andrews, Kyle (KC)" Cc: "nicholas.dokos@hp.com" , "emacs-orgmode@gnu.org" Hi Kyle, "Andrews, Kyle (KC)" writes: > I attached a minimal document that causes the error. It has a ``#+TODO:'' > line at the top which does not list ``TODO'' as a TODO state. Meanwhile, > in other documents in directories listed in my org-agenda-files I have many > TODO entries. When org-agenda tried to collect just my TODO headlines, it > found one in a file with locally defined TODO words but without TODO. That > caused the error. I'm not sure I understand this very well but I assume the error you reported is not due to Org then. > Is it possible to add additional TODO keywords to a local file without > excluding the global keywords? IIUC I don't think so. If TODO keywords are set locally, only those keywords will be known. If they are not set locally, global setting will be taken into account. -- Bastien