emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error in org-agenda-get-deadlines


From: Thorsten Jolitz
Subject: Re: [O] Error in org-agenda-get-deadlines
Date: Sat, 25 Jan 2014 19:30:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Bastien <address@hidden> writes:

> Hi Thorsten,
>
> Thorsten Jolitz <address@hidden> writes:
>
>> I wonder why these variables, defined in org.el, are nil? I don't seem
>> to set them anywhere, and they should be defined once org.el is loaded,
>> shouldn't they?
>
> Not when Org is loaded, but when a buffer is in Org mode.
>
> I can't reproduce this, maybe you can bissect your config
> and see what's wrong there?

Ok, thanks, I did that and as I thought the problem was in my init file:

,--------------------------------------------------------------
| (setq org-todo-keywords
|       (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)")
|               (sequence ; <= undefined
|                (concat
|                 "WAITING(w@/!)" "HOLD(h@/!)"
|                 "|" "CANCELLED(c@/!)" "PHONE")))))
`--------------------------------------------------------------

I had that in my old init-file, but have no idea where that `sequence'
function was defined - somehow it worked.

-- 
cheers,
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]