lanas <[EMAIL PROTECTED]> writes:

> '(org-todo-keywords (quote ("TODO" "NOTE" "LATER" "VERIFY" "BUG" "DONE") 
> org-todo-interpretation (quote sequence)))
>
> Once this line is commented out, then org mode works nicely.  That's
> great.  It's nice to have that font choice in emacs.  Next I will try
> to see why the above line causes the problem.

The above line should be split into two variable settings:

'(org-todo-keywords (quote ("TODO" "NOTE" "LATER" "VERIFY" "BUG" "DONE")))
'(org-todo-interpretation (quote sequence))                  

I also suggest you use a different file than your ~/.emacs.el to keep
customized-thru-custom variables -- I use this in my ~/.emacs.el:

(setq custom-file "~/.emacs-custom.el")
(load custom-file)

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to