From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Error in org-agenda-get-deadlines Date: Sat, 25 Jan 2014 19:30:09 +0100 Message-ID: <871tzv3oem.fsf@gmail.com> References: <87y524qlmw.fsf@gmail.com> <87zjmk5fuv.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W77zH-0001Zg-B5 for emacs-orgmode@gnu.org; Sat, 25 Jan 2014 13:29:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W77zB-0005VN-Gy for emacs-orgmode@gnu.org; Sat, 25 Jan 2014 13:29:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:45061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W77zB-0005VJ-Ab for emacs-orgmode@gnu.org; Sat, 25 Jan 2014 13:29:41 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W77zA-0006WZ-Lt for emacs-orgmode@gnu.org; Sat, 25 Jan 2014 19:29:40 +0100 Received: from e178117219.adsl.alicedsl.de ([85.178.117.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Jan 2014 19:29:40 +0100 Received: from tjolitz by e178117219.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Jan 2014 19:29:40 +0100 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: emacs-orgmode@gnu.org Bastien writes: > Hi Thorsten, > > Thorsten Jolitz 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