From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [BUG] Symbol's function definition is void: function-put Date: Fri, 9 May 2014 06:38:59 +0000 (UTC) Message-ID: References: <87a9aredv3.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WieSl-0000Ft-Gk for emacs-orgmode@gnu.org; Fri, 09 May 2014 02:39:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WieSe-00076U-Uu for emacs-orgmode@gnu.org; Fri, 09 May 2014 02:39:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:40205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WieSe-00076M-OU for emacs-orgmode@gnu.org; Fri, 09 May 2014 02:39:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WieSc-0001lR-1s for emacs-orgmode@gnu.org; Fri, 09 May 2014 08:39:10 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 May 2014 08:39:10 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 May 2014 08:39:10 +0200 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 Sharon Kimble skimble.plus.com> writes: > I've just tried to start emacs 24.3.90.1 without success, and it > showed > --8<---------------cut here---------------start------------->8--- > Warning (initialization): An error occurred while loading `/home/boudiccas/.emacs': If you're in a pinch, just replace all occurences of "function-put" with "put". > .emacs.d/elpa/org-20140505/ Well, those two lines are not in the Org ELPA package that you supposedly have installed and there's no trace of any "function-put" anywhere I can find in the source. I suspect that you installed the ELPA package either with a much older Emacs version (certainly not any 24.x one) or that you had something in your init scripts that defines function-put at the time of installation. You need to remove the ELPA package, then install it anew from an Emacs instance that doesn't have these initializations (i.e. start from "emacs -Q"). Regards, Achim.