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

2010-01-12 Thread Carsten Dominik
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 you

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

2010-01-11 Thread Eric Schulte
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

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

2010-01-11 Thread David Ellis
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 followin