emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] bug? setting todo keywords


From: Matthew Lundin
Subject: Re: [Orgmode] bug? setting todo keywords
Date: Wed, 04 Mar 2009 07:13:28 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Hi Giovanni,

Giovanni Ridolfi <address@hidden> writes:

> Hello everybody
>
> I'm not able to change the todo keywords in a file 
> with "setq org-todo-keywords" and restarting org-mode
> as described in the manual ยง 5.2.1 .
>
> Org-mode version 6.23b
> GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600) of 2009-02-01 on SOFT-MJASON
> M$Widows XP
>
> ---------------------file---------
>     -*- mode: org; -*-
>  * TODO 1st head
>
> (setq org-todo-keywords '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" 
> "DELEGATED")))
>
>   # + SEQ_TODO: TODO FEEDBACK VERIFY DONE 
>
> (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
> --------------
>
Is there a reason that you're putting all these lines in your org file?
Normally, you would put #1 *or* #3 in your .emacs file and #2 at the top
of your org file for in buffer settings.        

> If I 
> + go to ))) 
> + C-x C-e 
> + M-x normal-mode  (to restart Org-mode)

I think you need to use M-x org-mode-restart to restart org-mode with
the new settings.

- Matt




reply via email to

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