emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: emacs 23.0.60.1


From: Bastien
Subject: Re: [Orgmode] Re: emacs 23.0.60.1
Date: Wed, 02 Apr 2008 11:45:36 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

lanas <address@hidden> 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




reply via email to

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