From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: time-to-number-of-days Date: Tue, 12 Jan 2010 09:20:34 +0100 Message-ID: References: <6dffa35e1001111303w580a7f7fh7792ba4d6572e0b8@mail.gmail.com> <87k4vony7e.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUbze-0002OM-KR for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 03:20:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUbzZ-0002Nq-D7 for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 03:20:49 -0500 Received: from [199.232.76.173] (port=40077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUbzX-0002Nh-E6 for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 03:20:44 -0500 Received: from mx20.gnu.org ([199.232.41.8]:54619) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUbzW-0003Ax-Qu for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 03:20:43 -0500 Received: from postduif.ic.uva.nl ([145.18.40.180]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUbzV-0004Oq-T0 for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 03:20:42 -0500 In-Reply-To: <87k4vony7e.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org On Jan 11, 2010, at 10:11 PM, Eric Schulte wrote: > 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? Indeed, time-date is explicitly required be org.el, so I don't know why this function is would not be available by the time you are using column view. - Carsten > > 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 following error: >> >> 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-days. I noticed that many of >> the functions in time-date.el have the following comment before the >> function is defined: >> >> ;;;###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 > > > _______________________________________________ > 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 - Carsten