From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-contacts.el does not require org-agenda Date: Fri, 26 Oct 2012 14:49:32 +0200 Message-ID: <877gqdz8a1.fsf@bzg.ath.cx> References: <87zk3a4dc8@ch.ristopher.com> <87mwz9u0ro.fsf@bzg.ath.cx> <87sj918wh0@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRjiK-0001qq-UM for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 09:12:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRjiG-0005un-O3 for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 09:12:40 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:45543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRjiG-0005uR-C4 for emacs-orgmode@gnu.org; Fri, 26 Oct 2012 09:12:36 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so1656452wey.0 for ; Fri, 26 Oct 2012 06:12:35 -0700 (PDT) In-Reply-To: <87sj918wh0@ch.ristopher.com> (Christopher Schmidt's message of "Fri, 26 Oct 2012 09:32:28 +0100 (BST)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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