From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: void-function error Date: Thu, 20 Jan 2011 05:47:02 +0100 Message-ID: <87sjworxkp.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1737988071==" Return-path: Received: from [140.186.70.92] (port=40336 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfmR4-0006nQ-1e for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 23:47:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfmR2-0000Gy-VO for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 23:47:49 -0500 Received: from mailout110.xlhost.de ([213.202.242.110]:47996 helo=mysql1.xlhost.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfmR2-0000GA-QZ for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 23:47:48 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mehmet Atif Ergun Cc: emacs-orgmode@gnu.org --===============1737988071== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Thu_Jan_20_05:47:02_2011-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Thu_Jan_20_05:47:02_2011-1 Content-Type: text/plain; charset=US-ASCII At Wed, 19 Jan 2011 12:37:57 -0500, Mehmet Atif Ergun wrote: > > Hi, > > On opening emacs to take a look at my agenda, emacs opens with the > following error: > > Debugger entered--Lisp error: (void-function ignore-errors) > (ignore-errors (org-entry-get nil "ORDERED")) > > No other problem but this error message... And everything seems to > work fine regardless of this message. > How can I find out what is causing this error on each startup? > > I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs > 23.2.1), I did not have this problem. which Org mode version are you using? M-x org-version RET I can't find the expression (ignore-errors (org-entry-get nil "ORDERED")) anywhere in a current Org mode version so I suspect you use an older one. The problem is that your Org mode version uses the function `ignore-errors' which is for some reason not available at run-time. In Emacs22 this func def is part of the cl package, so it might help to add a (require 'cl-macs) To your init-file so the function is loaded properly. HTH, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Thu_Jan_20_05:47:02_2011-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EAREIAAYFAk03vkYACgkQma24O1pEeOYgagEA5gu09DwZoQBnhJEWdyPa3elo L1/bgAgQZF3jOJVds+8A/1verU+8FcRiWSVRPsm6//MD4WMk3+3Ztvfb/GdI1moc =EVZq -----END PGP SIGNATURE----- --pgp-sign-Multipart_Thu_Jan_20_05:47:02_2011-1-- --===============1737988071== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1737988071==--