From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Logging of work no longer working with emcas24 Date: Tue, 15 Jan 2013 06:17:47 -0500 Message-ID: <7328.1358248667@alphaville> References: <6753.1358245625@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv4Wd-0002go-3N for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 06:17:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv4Wb-0000zG-LT for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 06:17:51 -0500 Received: from g1t0029.austin.hp.com ([15.216.28.36]:27698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv4Wb-0000z9-Gg for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 06:17:49 -0500 In-Reply-To: Message from Nick Dokos of "Tue, 15 Jan 2013 05:27:05 EST." <6753.1358245625@alphaville> 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: Im Exil Cc: emacs-orgmode@gnu.org Nick Dokos wrote: > Im Exil wrote: > > > Hi, > > > > after I've decided to use emacs24 I found out that logging of work > > does no lpnge work. All I get after typing: "C-c C-x C-i" all I get > > is an empty > > > > CLOCK: > > > > and the message: > > byte-code: Symbol's function definition is void: org-get-effort > > > > Any idea what I'm missing? I'm using the git version tag release_7.9.3 > > as ELPA did not really work well. > > > > ... > set the load-path in your .emacs (or other init file as > applicable) *before any piece of org is loaded* - you seem to be loading > org.el before resetting the load-path, so you end up getting the org.el > from the emacs distribution. > Uhhh, that's not right - I should have said: you seem to be getting org-clock.el (or whoever used to use org-get-effort) from the emacs distribution, but org.el (which does not define org-get-effort any more) from the git clone. Sorry for misleading, Nick