Re: [Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Jonathan Underwood
On 07/06/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: Try restarting Emacs, to make sure everything is consistent. Done. It is. Then check the value of the variable org-version to make sure that you are using the right value. C-h v org-version reports 4.76, so i think that's ok (I noticed

Re: [Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Carsten Dominik
Try restarting Emacs, to make sure everything is consistent. Then check the value of the variable org-version to make sure that you are using the right value. Finally, make sure that you have no buffer-local settings for the TODO states, like #SEQ_TODO: TODO DONE - Carsten On Jun 7, 2007,

[Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Jonathan G . Underwood
Jonathan Underwood gmail.com> writes: > > 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) > or