Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Christopher Schmidt
Bastien  writes:

> Thanks.  I've added (require 'org-agenda) to org-contacts.el.

Thank you very much.

Christopher



Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Bastien
Hi Christopher,

Christopher Schmidt  writes:

> Bastien  writes:
>> Christopher Schmidt  writes:
>>
>>> org-contacts uses agenda functions but does not require org-agenda.
>>
>> No, org-contacts does not use any org-agenda.el function.
>
> I see, some functions prefixed with org-agenda- are defined in org.el.
>
>> It uses some org-agenda.el variables, though.
>>
>> What is the problem you did encounter?
>
> emacs -q
> M-: (add-to-list 'load-path "~/.emacs.d/apps/org-mode/lisp") RET
> M-: (add-to-list 'load-path "~/.emacs.d/apps/org-mode/contrib/lisp") RET
> M-x load-library RET org-contacts RET
> M-x org-contacts RET Richard Stallman RET
>
> or: Symbol's value as variable is void: org-agenda-archives-mode

Thanks.  I've added (require 'org-agenda) to org-contacts.el.

-- 
 Bastien



Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Christopher Schmidt
Bastien  writes:
> Christopher Schmidt  writes:
>
>> org-contacts uses agenda functions but does not require org-agenda.
>
> No, org-contacts does not use any org-agenda.el function.

I see, some functions prefixed with org-agenda- are defined in org.el.

> It uses some org-agenda.el variables, though.
>
> What is the problem you did encounter?

emacs -q
M-: (add-to-list 'load-path "~/.emacs.d/apps/org-mode/lisp") RET
M-: (add-to-list 'load-path "~/.emacs.d/apps/org-mode/contrib/lisp") RET
M-x load-library RET org-contacts RET
M-x org-contacts RET Richard Stallman RET

or: Symbol's value as variable is void: org-agenda-archives-mode

Christopher



Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Bastien
Hi Christopher,

Christopher Schmidt  writes:

> org-contacts uses agenda functions but does not require org-agenda.

No, org-contacts does not use any org-agenda.el function.

It uses some org-agenda.el variables, though.

What is the problem you did encounter?

> This is a bug.

Not yet.

-- 
 Bastien



[O] org-contacts.el does not require org-agenda

2012-10-25 Thread Christopher Schmidt
org-contacts uses agenda functions but does not require org-agenda.
This is a bug.

Christopher