* org-contacts.el does not require org-agenda
@ 2012-10-25 18:27 Christopher Schmidt
2012-10-26 7:54 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Christopher Schmidt @ 2012-10-25 18:27 UTC (permalink / raw)
To: emacs-orgmode
org-contacts uses agenda functions but does not require org-agenda.
This is a bug.
Christopher
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-contacts.el does not require org-agenda
2012-10-25 18:27 org-contacts.el does not require org-agenda Christopher Schmidt
@ 2012-10-26 7:54 ` Bastien
2012-10-26 8:32 ` Christopher Schmidt
0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2012-10-26 7:54 UTC (permalink / raw)
To: emacs-orgmode
Hi Christopher,
Christopher Schmidt <christopher@ch.ristopher.com> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-contacts.el does not require org-agenda
2012-10-26 7:54 ` Bastien
@ 2012-10-26 8:32 ` Christopher Schmidt
2012-10-26 12:49 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Christopher Schmidt @ 2012-10-26 8:32 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bzg@altern.org> writes:
> Christopher Schmidt <christopher@ch.ristopher.com> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-contacts.el does not require org-agenda
2012-10-26 8:32 ` Christopher Schmidt
@ 2012-10-26 12:49 ` Bastien
2012-10-26 13:18 ` Christopher Schmidt
0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2012-10-26 12:49 UTC (permalink / raw)
To: emacs-orgmode
Hi Christopher,
Christopher Schmidt <christopher@ch.ristopher.com> writes:
> Bastien <bzg@altern.org> writes:
>> Christopher Schmidt <christopher@ch.ristopher.com> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-26 13:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 18:27 org-contacts.el does not require org-agenda Christopher Schmidt
2012-10-26 7:54 ` Bastien
2012-10-26 8:32 ` Christopher Schmidt
2012-10-26 12:49 ` Bastien
2012-10-26 13:18 ` Christopher Schmidt
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).