From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: "Symbol's function definition is void: org-string-nw-p" Date: Mon, 26 Mar 2012 11:14:37 -0400 Message-ID: <28187.1332774877@alphaville> References: <1332773051.2404.32.camel@ascraeus> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCBd8-0001eW-0Y for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 11:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCBd6-0008Ff-0q for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 11:14:45 -0400 Received: from g5t0009.atlanta.hp.com ([15.192.0.46]:35129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCBd5-0008Ez-So for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 11:14:43 -0400 In-Reply-To: Message from Steven Buczkowski of "Mon, 26 Mar 2012 10:44:11 EDT." <1332773051.2404.32.camel@ascraeus> 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: Steven Buczkowski Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Steven Buczkowski wrote: > Morning everyone, > > I tried updating orgmode through apt-get last night but found M-x > org-version reporting 6.36c not one of the more recent versions so I > reinstalled by hand this morning from the 7.8.06 tar archive at > orgmode.org. Both installations seemed to run without incident but, now, > when I try to activate a capture task, I get the following error: > "Symbol's function definition is void: org-string-nw-p" > Yup: apt-get will get you an ancient org-mode release. You probably ended up with a "frankenstein" org-mode install with bits and pieces coming from various places: I'd suggest doing "apt-get remove org-mode" to get rid of the ancient version and then reinstalling from the tar file - or, perhaps even better, the git repository: most of us have found that staying on the bleeding edge is a rewarding experience (even if an occasionally bloody :-) one - but that happens only rarely). And even if you run into trouble, with git it is easy to backtrack and use an official release. Make sure to follow to the letter the installation instructions in the manual in these cases. In some cases at least M-x locate-library RET will help you find org-mode files in strange places. Also check the value of load-path carefully. And make sure that you restart emacs after changes, in order to make sure that you don't have stale configurations hanging around. Nick