From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jonathan Underwood" Subject: Problem when customizing TODO sequence Date: Thu, 7 Jun 2007 12:17:08 +0100 Message-ID: <645d17210706070417n44fcdaa0wf084c7e461a4e5b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwFzN-0002eP-6b for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 07:17:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwFzL-0002cj-9R for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 07:17:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwFzK-0002cZ-Uo for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 07:17:10 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwFzK-0003Xo-II for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 07:17:10 -0400 Received: by ug-out-1314.google.com with SMTP id 34so735156ugf for ; Thu, 07 Jun 2007 04:17:08 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, In my .emacs, I have this: (setq org-todo-keywords '((sequence "TODO" "IN-PROGRESS" "|" "DONE" "CANCELLED"))) and when I pressC-c C-t I get this: Debugger entered--Lisp error: (wrong-type-argument integerp sequence) org-todo(nil) call-interactively(org-todo) This is with GNU Emacs 22 and org-mode 4.77. Am I doing something stupid, or is this a bug? Jonathan