From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: time-to-number-of-days Date: Mon, 11 Jan 2010 14:11:49 -0700 Message-ID: <87k4vony7e.fsf@gmail.com> References: <6dffa35e1001111303w580a7f7fh7792ba4d6572e0b8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NURYX-00029i-MM for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 16:12:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NURYT-00026I-34 for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 16:12:08 -0500 Received: from [199.232.76.173] (port=57047 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NURYS-00025x-Ez for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 16:12:04 -0500 Received: from mx20.gnu.org ([199.232.41.8]:23815) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NURYR-0002XZ-Ej for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 16:12:04 -0500 Received: from mail-iw0-f187.google.com ([209.85.223.187]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NURYN-0002QE-KR for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 16:11:59 -0500 Received: by iwn17 with SMTP id 17so14740495iwn.25 for ; Mon, 11 Jan 2010 13:11:54 -0800 (PST) In-Reply-To: <6dffa35e1001111303w580a7f7fh7792ba4d6572e0b8@mail.gmail.com> (David Ellis's message of "Mon, 11 Jan 2010 15:03:12 -0600") 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: David Ellis Cc: emacs-orgmode@gnu.org Adding (require 'time-date) to your .emacs should make the functions in time-date available... but it looks like the require statement above is called in org.el, so maybe try adding the more forceful (load "path/to/time-date.el") to your .emacs I'm not sure why the require statement in org.el isn't sufficient? Best -- Eric David Ellis writes: > When I try to use column view in my org file (C-c C-x C-c), I get the fol= lowing error: > > =C2=A0 Symbol's function definition is void: time-to-number-of-days > > I looked at time-date.el and found the definition of time-to-number-of-da= ys. I noticed that many of > the functions in time-date.el have the following comment before the funct= ion is defined: > > =C2=A0 ;;;###autoload > > I am using emacs 23.1.1 on Windows XP. > > Can anyone give me some help how to get this working. > > Thanks, > > Dave > > _______________________________________________ > 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