emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Error: byte-code: Symbol's function definition is void: ca


From: David Maus
Subject: Re: [Orgmode] 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
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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 <address@hidden>
| 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.... address@hidden
Email..... address@hidden

Attachment: pgpsd48MuLpAE.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]