* time-to-number-of-days
@ 2010-01-11 21:03 David Ellis
2010-01-11 21:11 ` time-to-number-of-days Eric Schulte
0 siblings, 1 reply; 3+ messages in thread
From: David Ellis @ 2010-01-11 21:03 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 469 bytes --]
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
[-- Attachment #1.2: Type: text/html, Size: 522 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: time-to-number-of-days
2010-01-11 21:03 time-to-number-of-days David Ellis
@ 2010-01-11 21:11 ` Eric Schulte
2010-01-12 8:20 ` time-to-number-of-days Carsten Dominik
0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2010-01-11 21:11 UTC (permalink / raw)
To: David Ellis; +Cc: emacs-orgmode
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 <ddellis914@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: time-to-number-of-days
2010-01-11 21:11 ` time-to-number-of-days Eric Schulte
@ 2010-01-12 8:20 ` Carsten Dominik
0 siblings, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2010-01-12 8:20 UTC (permalink / raw)
To: Eric Schulte; +Cc: emacs-orgmode
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 <ddellis914@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-12 8:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 21:03 time-to-number-of-days David Ellis
2010-01-11 21:11 ` time-to-number-of-days Eric Schulte
2010-01-12 8:20 ` time-to-number-of-days Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).