From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: emacs 23.0.60.1 Date: Wed, 02 Apr 2008 11:45:36 +0200 Message-ID: <87od8sa8u7.fsf@bzg.ath.cx> References: <20080329152557.1edc7251@mistral.stie> <87sky8rvf7.fsf@mixandgo.ro> <20080330200726.3b630d4e@mistral.stie> <8763v3ieik.fsf@mixandgo.ro> <20080331194735.15481b0b@mistral.stie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgzXP-0001jx-R7 for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 05:45:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgzXO-0001i3-0I for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 05:45:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgzXN-0001ho-PI for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 05:45:45 -0400 Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgzXN-00068e-5l for emacs-orgmode@gnu.org; Wed, 02 Apr 2008 05:45:45 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1162533nfh.26 for ; Wed, 02 Apr 2008 02:45:40 -0700 (PDT) In-Reply-To: <20080331194735.15481b0b@mistral.stie> (lanas@securenet.net's message of "Mon, 31 Mar 2008 19:47:35 -0400") 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 lanas 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