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 05:27:05 -0500 Message-ID: <6753.1358245625@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv3jY-0001s4-Ng for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 05:27:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv3jX-00021f-Hr for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 05:27:08 -0500 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:7558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv3jX-00021V-DA for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 05:27:07 -0500 In-Reply-To: Message from Im Exil of "Tue, 15 Jan 2013 11:02:14 +0100." 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 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. > You probably have a mixed installation, where some bits are loaded from release_7.9.3 and some are loaded from the older org that comes with emacs: org-get-effort was deleted as part of commit c4d4bf3833ecdfffd603aa7555eca2cea45aff6e. Make sure that you follow the instructions in section 1.2, "Installation", of the manual to the letter and also make sure that you 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. Nick