emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [orgmode] time-to-number-of-days


From: Carsten Dominik
Subject: Re: [orgmode] time-to-number-of-days
Date: Tue, 12 Jan 2010 09:20:34 +0100


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 <address@hidden> 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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

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