From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loyall, David" Subject: Re: Ye Olde org-with-silent-modifications problem Date: Tue, 18 Mar 2014 17:03:29 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPxQQ-0006xy-NO for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:03:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPxQK-00070H-OX for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:03:38 -0400 Received: from mx01.ne.gov ([164.119.247.101]:25781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPxQK-00070A-Jh for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:03:32 -0400 In-Reply-To: Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" Well, I overestimated the required effort. This is done, apparently succes= sfully. Cheers, --Dave > Since I use eschulte's starter kit for my emacs initialization, it's not = easy to start > a fresh emacs and install org-mode from ELPA before calling any org-mode > functions. >=20 > Presently I'm going to start emacs -Q and manually set up the package rep= os > and install org-mode. >=20 > I'm vaguely concerned that it will get installed in the wrong directory o= r > something... Let's see. > > I know that the cause of this message is usually installing org-mode > > from elpa in a session that has already accessed org files: > > > > org-refresh-category-properties: Invalid function: > > org-with-silent-modifications > > I wonder if the problem is that my emacs initialization files are > > org-mode files, based of Eric Schulte's starter kit?