From mboxrd@z Thu Jan 1 00:00:00 1970 From: lanas Subject: Re: Re: emacs 23.0.60.1 Date: Mon, 31 Mar 2008 19:47:35 -0400 Message-ID: <20080331194735.15481b0b@mistral.stie> References: <20080329152557.1edc7251@mistral.stie> <87sky8rvf7.fsf@mixandgo.ro> <20080330200726.3b630d4e@mistral.stie> <8763v3ieik.fsf@mixandgo.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgTkT-00033G-S2 for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 19:49:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgTkS-00031n-CA for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 19:49:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgTkS-00031d-9A for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 19:49:08 -0400 Received: from ms.securenet.net ([205.236.147.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgTkS-0005ZY-11 for emacs-orgmode@gnu.org; Mon, 31 Mar 2008 19:49:08 -0400 Received: from localhost (localhost [127.0.0.1]) by ms.securenet.net (Postfix) with ESMTP id B5D565CC3A for ; Mon, 31 Mar 2008 19:49:07 -0400 (EDT) Received: from ms.securenet.net ([127.0.0.1]) by localhost (ms.securenet.net [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QE6Hm3L8GVCc for ; Mon, 31 Mar 2008 19:49:07 -0400 (EDT) Received: from mistral.stie (mtl-pppoe-adsl1041.securenet.net [64.18.74.25]) by ms.securenet.net (Postfix) with ESMTP id E65045CBBC for ; Mon, 31 Mar 2008 19:49:06 -0400 (EDT) In-Reply-To: <8763v3ieik.fsf@mixandgo.ro> 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 Le Dimanche, 30 Mars 2008 23:38:59 -0700, Cezar Halmagean a =C3=A9crit : > > Which version of org are you using ? > I am using org-5.23a OK, I got it working. I also upgraded to 5.23a. There was a problem at the startup, eg. the same error as before. So I ran with --debug-init and the problem was with the following line in the .emacs file: '(org-todo-keywords (quote ("TODO" "NOTE" "LATER" "VERIFY" "BUG" "DONE") or= g-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. Al