From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul R Subject: Re: Date: Wed, 06 Aug 2008 18:57:10 +0200 Message-ID: <87hc9y3wux.fsf@gmail.com> References: <57707.1218037838@parienti.name> 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 1KQmKB-0005a6-8F for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 12:57:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQmK8-0005ZV-Jo for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 12:57:22 -0400 Received: from [199.232.76.173] (port=41883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQmK8-0005ZS-Eq for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 12:57:20 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:59594) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQmK7-0005G1-Na for emacs-orgmode@gnu.org; Wed, 06 Aug 2008 12:57:20 -0400 Received: by fg-out-1718.google.com with SMTP id l26so3781fgb.30 for ; Wed, 06 Aug 2008 09:57:13 -0700 (PDT) In-Reply-To: <57707.1218037838@parienti.name> (=?utf-8?Q?=22Micha=C3=ABl?= Parienti"'s message of "Wed\, 6 Aug 2008 17\:50\:38 +0200") 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: michael@parienti.name Cc: emacs-orgmode@gnu.org On Wed, 6 Aug 2008 17:50:38 +0200, " Micha=C3=ABl Parienti" said: Micha=C3=ABl> I uninstall one of my emacs version (the snapshot one) and Micha=C3=ABl> keep just the 22.2.1 version. I reinstall the org-mode Micha=C3=ABl> package from debian repository. Micha=C3=ABl> I am sure that I have only one version of the org-mode files Micha=C3=ABl> availables for emacs: I manually deleted source directory Micha=C3=ABl> (*..el files) and the *.elc files compiled for snapshot Micha=C3=ABl> version of emacs. What happens if you (require 'org-install) before first call to org ? If it works straight, then you may need to find where your default org autoloads are defined. If it does not work, then you may need to rebuild the org-install file. To do so, on debian, get your package sources and run the build process. org-install.el is generated during this process IIRC. Finally, depending on your conclusions, you can write an email to the package maintainer to inform him that something is wrong in its org package. --=20 Paul