Re: [O] 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/)]

2013-01-05 Thread Bastien
Hi Kyle, Andrews, Kyle (KC) kcandr...@dow.com 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.

Re: [O] 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/)]

2013-01-04 Thread Andrews, Kyle (KC)
Hi Bastien, I followed Nick's advice and tried to isolate an offending headline in my emacs.org. It turns out I can't have a headline called: * TODO some headline text REGEXP or simply, * TODO REGEXP Regards, Kyle -Original Message- From: Bastien Guerry

Re: [O] 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/)]

2013-01-04 Thread Andrews, Kyle (KC)
I take it back. I can make a headline called * TODO REGEXP. I just know that when I removed that one specific headline from my file, the agenda started working. I don't know what was special about it. If I changed the text to not include REGEXP, it still didn't work. Kyle -Original

Re: [O] 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/)]

2013-01-04 Thread Bastien
Hi Andrews, Andrews, Kyle (KC) kcandr...@dow.com writes: I followed Nick's advice and tried to isolate an offending headline in my emacs.org. It turns out I can't have a headline called: I still can't reproduce the problem. Here is the recipe I used: 1. have a ~/test.org containing * TODO

Re: [O] 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/)]

2013-01-04 Thread Andrews, Kyle (KC)
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,

[O] 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/)]

2013-01-03 Thread Andrews, Kyle (KC)
When I try to rebuild the agenda buffer to display only TODO's with 1 r I get the error: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil And then the buffer is left blank. Here is the backtrace: #+BEGIN_QUOTE Debugger entered--Lisp error: (wrong-type-argument

Re: [O] 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/)]

2013-01-03 Thread Nick Dokos
Andrews, Kyle (KC) kcandr...@dow.com wrote: When I try to rebuild the agenda buffer to display only TODO's with 1 r I= get the error: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil And then the buffer is left blank. Here is the backtrace: Debugger

Re: [O] 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/)]

2013-01-03 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Andrews, Kyle (KC) kcandr...@dow.com 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:

Re: [O] 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/)]

2013-01-03 Thread Bastien
Hi Andrew, Andrews, Kyle (KC) kcandr...@dow.com writes: When I try to rebuild the agenda buffer to display only TODO's with 1 r I get the error: org-agenda-get-todos: Wrong type argument: integer-or-marker-p, nil I can't reproduce this -- could you provide a minimal recipe to reproduce the