From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Horn Subject: Install warning for org-7 for forgetful users Date: Mon, 09 Aug 2010 11:16:55 -0400 Message-ID: <4C601BE7.4030507@panix.com> References: <1281221383-20101-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47727 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiU6O-0003vl-NG for emacs-orgmode@gnu.org; Mon, 09 Aug 2010 11:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiU6N-0002Qs-Cy for emacs-orgmode@gnu.org; Mon, 09 Aug 2010 11:17:24 -0400 Received: from mail2.panix.com ([166.84.1.73]:55307) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiU6N-0002Qd-A5 for emacs-orgmode@gnu.org; Mon, 09 Aug 2010 11:17:23 -0400 Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 5342638E61 for ; Mon, 9 Aug 2010 11:17:22 -0400 (EDT) Received: from [192.168.1.21] (panix3.panix.com [166.84.1.3]) by mailbackend.panix.com (Postfix) with ESMTP id 3968B2F780 for ; Mon, 9 Aug 2010 11:17:22 -0400 (EDT) In-Reply-To: <1281221383-20101-1-git-send-email-bernt@norang.ca> 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 I ran into this, so I'll warn others. It might belong in the notes for org-7.01. If you have a newer version of emacs that has org already integrated, you get some, but not all, of the org-7.01 features functioning if you have org-7.01 set as the auto-load directory. I had been using org by having the lines: (setq load-path (cons "~/org-6.xxx/lisp" load-path)) (require 'org-install) in my .emacs. I forgot that I had upgraded emacs and org was now integrated into emacs. I just changed org-6.xxx to org-7.01g to try out the new version. Odd things resulted. It actually worked well enough to do some work, but then I found occasional stuff that did not work. I used the brute force fix of just moving all the org-* files into a temporary directory, thus slowing down the startup but ensuring that I could test the new version without having headaches if I wanted to revert. There might be a better method than this. It's probably worth mentioning in the release notes.