Bastien <b...@gnu.org> writes: > Hi Thorsten, > > Thorsten Jolitz <tjol...@gmail.com> 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