From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M 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 10:33:46 +0530 Message-ID: <87wrt1b8b1.fsf@sajida.noorul.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42332 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYBBn-0000V3-Nq for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 01:04:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYBBm-0005Zk-GQ for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 01:04:23 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:38333) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYBBm-0005ZU-C8 for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 01:04:22 -0400 Received: by pxi7 with SMTP id 7so1884569pxi.0 for ; Sun, 11 Jul 2010 22:04:20 -0700 (PDT) In-Reply-To: (Marcelo de Moraes Serpa's message of "Sun, 11 Jul 2010 17:31:08 -0500") 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 Marcelo de Moraes Serpa writes: > 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? For me C-h calendar-current-date shows the following calendar-current-date is a compiled Lisp function in `calendar.el'. I hope you have calendar.el under /path/to/emacs/src/lisp/calendar folder. Thanks and Regards Noorul