From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1 Date: Fri, 10 Oct 2008 15:22:25 +0200 Message-ID: <871vyooa9a.fsf@gmail.com> References: <878wswok30.fsf@gmail.com> <87prm8k4dt.fsf@gollum.intra.norang.ca> 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 1KoHwx-0003QH-9X for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 09:22:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoHwv-0003PZ-Hg for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 09:22:34 -0400 Received: from [199.232.76.173] (port=57746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoHwv-0003PS-CT for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 09:22:33 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:45974) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoHwu-00058R-Np for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 09:22:32 -0400 Received: by ey-out-1920.google.com with SMTP id 4so210612eyg.24 for ; Fri, 10 Oct 2008 06:22:31 -0700 (PDT) In-Reply-To: <87prm8k4dt.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Fri\, 10 Oct 2008 08\:42\:54 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > > Are you sure you're using the latest org version? > No. My emacs was using the default org version because my loading sequence was wrong. I changed it to: (add-to-list 'load-path "~/.emacs.d/org-6.09/lisp") (require 'org-install) instead of: (add-to-list 'load-path "~/.emacs.d/org-6.09") (require 'org) And it works very well. I thought that it would be (require 'org) like in other packages. In fact the problem was that I tried 'org and it WORKED more or less... but it was the old version. Thanks for pointing to the problem. Daniel