From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Error: byte-code: Symbol's function definition is void: calendar-current-date (org 6.33x, cocoa emacs 23.2.1 OSX) Date: Mon, 12 Jul 2010 07:38:15 +0200 Message-ID: <878w5hi7js.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0722306422==" Return-path: Received: from [140.186.70.92] (port=54958 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYBj8-00026r-9l for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 01:38:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYBj6-0000s0-Uu for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 01:38:50 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:34377) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYBj6-0000rg-Q3 for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 01:38:48 -0400 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: Marcelo de Moraes Serpa Cc: Org Mode --===============0722306422== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Mon_Jul_12_07:38:15_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Mon_Jul_12_07:38:15_2010-1 Content-Type: text/plain; charset=US-ASCII Marcelo de Moraes Serpa wrote: >Hey guys, >I'm going through a small quirck with org. Everytime I start emacs, >open my gtd.org file and try to schedule an item, it halts with the >following error: >byte-code: Symbol's function definition is void: calendar-current-date >I've found a way to fix it though -- just open the agenda (C-c a). A >bug perhaps? Yes. The problem is, that the calendar library is not loaded at runtime by org.el but by org-agenda.el. This was fixed by ,---- | commit 88149c2390ba4f6bac000d0ab7b4089f660a66fa | Author: Carsten Dominik | Date: Sun Apr 18 15:06:16 2010 +0200 | | intermediate `---- A simple workaround would be to just put (require 'calendar) In your init file. HTH, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Mon_Jul_12_07:38:15_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkw6qkcACgkQma24O1pEeOb1jAEAzxrjprxKoCoGj5Fzbex/lXKF R27SIjVlAGelad3cv88A/A/AlAnhfb8F8qzvGwfGWyq1HXYRO6rBaYZBXpPOVScl =zrqy -----END PGP SIGNATURE----- --pgp-sign-Multipart_Mon_Jul_12_07:38:15_2010-1-- --===============0722306422== 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 --===============0722306422==--